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
extract