VMS Help
RTL Routines, STR$, STR$CONCAT
*Conan The Librarian (sorry for the slow response - running on an old VAX)
|
|
The Concatenate Two or More Strings routine concatenates all
specified source strings into a single destination string.
Format
STR$CONCAT destination-string ,source-string
[,source-string...]
OpenVMS usage:cond_value
type: longword (unsigned)
access: write only
mechanism: by value
destination-string
OpenVMS usage:char_string
type: character string
access: write only
mechanism: by descriptor
Destination string into which STR$CONCAT concatenates all
specified source strings. The destination-string argument is
the address of a descriptor pointing to this destination string.
source-string
OpenVMS usage:char_string
type: character string
access: read only
mechanism: by descriptor
First source string; STR$CONCAT requires at least one source
string. The source-string argument is the address of a descriptor
pointing to the first source string. The maximum number of source
strings that STR$CONCAT allows is 254.
source-string
OpenVMS usage:char_string
type: character string
access: read only
mechanism: by descriptor
Additional source strings; STR$CONCAT requires at least one
source string. The source-string argument is the address of a
descriptor pointing to the additional source string. The maximum
number of source strings that STR$CONCAT allows is 254.
[legal]
[privacy]
[GNU]
[policy]
[netiquette]
[sponsors]
[FAQ]
Polarhome, production since 1999.
Member of Polarhome portal.