/sys$common/syshlp/helplib.hlb RTL Routines, STR$, STR$DUPL_CHAR *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Duplicate Character n Times routine generates a string containing n duplicates of the input character. If the destination string is an "empty" dynamic-length string descriptor, STR$DUPL_CHAR allocates and initializes the string. Format STR$DUPL_CHAR destination-string [,repetition-count] [,ASCII-character]
Additional Information (explode) :
|