Index Topic Contents | |||
Previous Topic: DAStatic Properties Relevant to DASound Objects Next Topic: DAStatic Functions Relevant to DATransform2 Objects |
DAStatic Functions Relevant to DAString Objects
DAStatics Class
ConcatStringCreates 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
)Parameters
- a and b
- The DAString objects to concatenate.
Return Values
Returns the DAString object.
DAStatics Class
DAStringConverts a String to a DAString object. The only time DAString is used is when converting strings to their corresponding DAString objects.
lib.DAString(
string
)Parameters
- string
- The string to be converted.
Return Values
Returns the DAString object.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.