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