RETURNS A STRING MADE WITH STRING S FROM POSITION P
ACTION
The function RIGHT_POS$(S,P) returns a string made with string S from position P
SYNTAX:
Result$=RIGHT_POS$(S,P)
USE ERROR EXAMPLE
dim v$
v$="Hello"
print right_pos$(v$,3)
print "llo"
RIGHT_POS$()
RIGHT_POS$(S,P)
SEE ALSO
EDIT