%XML_STRING_APPENDDYN
Append one XML string to another
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
status = %XML_STRING_APPENDDYN(dest_string, source_string)
Return value
status
XML_SUCCESS if the string was appended successfully.
Arguments
dest_string
The XML string instance to which the specified source string will be appended. (XML_STRING_TYPE)
source_string
The XML string instance to append to the specified destination string. (XML_STRING_TYPE)
Discussion
%XML_STRING_APPENDDYN appends a dynamic XML string to the end of an existing dynamic XML string.
This function is defined as ^VAL.