DAStatics Functions Relevant to DAString Objects

ConcatString Creates a DAString object representing the concatenation of the given DAString objects.
DAString Converts a string to a DAString object.
ModifiableString This function is obsolete.

ConcatString

DAStatics Class

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.

Syntax

lib.ConcatString( a, b )

Parameters

a and b
DAString objects to concatenate.

Return Value

Returns the DAString object.

DAString

DAStatics Class

Converts a string to a DAString object. The only time DAString is used is when converting strings to their corresponding DAString objects.

Syntax

lib.DAString( string )

Parameters

string
String to be converted.

Return Value

Returns the DAString object.

ModifiableString

DAStatics Class

This function is obsolete. Use the ModifiableBehavior function instead.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.