[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
LEFT$ Substring at Left
s$ = LEFT$(stringexpr,n)
Returns the leftmost n characters of a string.
stringexpr A string expression.
n A numeric expression in the range 0 to 32767.
----------------------------------------------------------------------
Notes: If n is larger than LEN(stringepxr), LEFT$ returns the
entire string.
If n is 0, LEFT$ returns a null string.
See Also:
MID$ (Function)
RIGHT$
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson