Home
Random
Watchlist
Settings
Log in
About CPCWiki - THE Amstrad CPC encyclopedia!
Disclaimers
Open main menu
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) ====
← Older edit
Newer edit →
ZilogMonkey
197
edits