VMS Help RTL Routines, STR$, STR$REPLACE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Replace a Substring routine copies a source string to a destination string, replacing part of the string with another string. The substring to be replaced is specified by its starting and ending positions. Format STR$REPLACE destination-string ,source-string ,start-position ,end-position ,replacement-string
Additional Information (explode) :
|