EasyManua.ls Logo

VTech PreComputer Prestige - Page 60

VTech PreComputer Prestige
93 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
58
Example:
10 A$="ABCDE"
20 B$=LEFT$ (A$+"FGH",6)
30 PRINT B$
RUN
ABCDEF
RIGHT$ (A$,N)
This will return a substring but starting from the Nth character from the end and running
to the last one - the right-most character in the string A$.
Example:
10 A$="WHY"
20 B$=RIGHT$(A$+"ME",4)
30 PRINT B$
RUN
HYME

Related product manuals