/sys$common/syshlp/helplib.hlb RTL Routines, LIB$, LIB$MOVTUC *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Move Translated Until Character routine moves the source string, character by character, to the destination string after translating each character using the specified translation table until the stop character is encountered. LIB$MOVTUC makes the VAX MOVTUC instruction available as a callable routine. Format LIB$MOVTUC source-string ,stop-character ,translation-table ,destination-string [,fill-character]
Additional Information (explode) :
|