LEFT$

From Macros Wiki
Revision as of 00:02, 15 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

LEFT$
LEFT$
LEFT$ <a$>, <n>


Returns the left-hand part of a string of characters.

Parameters

<a$>
Text string or name of a string variable.
<n>
Number of characters.

Example

a1$ = LEFT$(c$, 9)