Library /sys$common/syshlp/basichelp.hlb RIGHT$ *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The RIGHT$ function extracts a substring from a string's right side, leaving the original string unchanged. Example New_string$ = RIGHT$(Alpha$, 21%)
Additional Information (explode) :
|