VMS Help RTL Routines, LIB$, LIB$MOVTC *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Move Translated Characters routine moves the source string, character by character, to the destination string after translating each character using the specified translation table. LIB$MOVTC makes the VAX MOVTC instruction available as a callable routine. Format LIB$MOVTC source-string ,fill-character ,translation-table ,destination-string
Additional Information (explode) :
|