Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Locomotive BASIC

237 bytes added, 13:06, 10 June 2011
: Gives copy of se with all alphabetic characters in upper case.
==== <code>VAL(se)</code> ====

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
: 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>
<br>Exception: If se starts with "&amp;" + character (and it's between "A" and "F") the whole character will be handled like a hexadezimal numeric character (...often used in DATA Loaders)
<pre>PRINT&nbsp;VAL("&amp;A") - returns a 10</pre>
==== <code>VPOS (#st)</code> ====
20
edits