A DATuple object is similar to an array. It can, however, accept heterogeneous types. Any number of members can be included in a DATuple object.
This class inherits from DABehavior.
Determines the length of a DATuple.
tupleObj.Length
Returns a number (a long).
Selects a DABehavior object based on the value of i.
tupleObj.Nth(
i
)
The following functions are defined in the DAStatics and are most relevant to objects of type DATuple.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.