Changes
<pre>PRINT VAL("-12.34x"),VAL("A-12") - prints -12.34 0
</pre>
<br>Exception: If se starts with "&" + character (and it's between "A" and "F") the whole character will be handled like a hexadezimal numeric character (...often used in DATA Loaders). The returning numeric value is signed integer (16-Bit Word). <pre>PRINT VAL("&A") - returns a 10 PRINT VAL("&7FFF") - returns a 32767 PRINT VAL("&8000") - returns a -32768</pre>
==== <code>VPOS (#st)</code> ====