Creates a DAString object representing the concatenation of the given DAString objects. The new object's value is the character string consisting of the value of b appended to the end of the value of a.
lib.ConcatString(
a,
b
)
Returns the DAString object.
Converts a String to a DAString object. The only time DAString is used is when converting strings to their corresponding DAString objects.
lib.DAString(
string
)
Returns the DAString object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.