Changes

Locomotive BASIC

181 bytes added, 22:06, 27 February 2007
/* 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) ====
197
edits