Changes
/* LEFT$ */
</pre>
==== LEFT$ (se, i) ==== : [Returns a substring of se.The substring begins at the left-most character of se and contains i characters..] : Example: <pre>A$="ABCDEFG":PRINT LEFT$(A$,3) - prints ABC</pre>
==== LEN (se) ====