DAStatic Functions Relevant to DAString Objects



ConcatString

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
  )

Parameters
a and b
The DAString objects to concatenate.
Return Values

Returns the DAString object.


DAString

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
  )

Parameters
string
The string to be converted.
Return Values

Returns the DAString object.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.