Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
==== VAL (se) ==== : [Returns the numeric value (including signs) of first numeric character(s) in se.Returns 0 if se starts with a non-number. : Example: <pre>PRINT VAL("-12.]34x", VAL("A-12") - prints -12.34 0</pre>