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.
For relevant functions from the DAStatics class, see DAStatics Functions Relevant to DATuple Objects.
DATuple Functions
Length Determines the length of a DATuple. Nth Selects a DABehavior object based on the value of i.
Determines the length of a DATuple.
Syntax
tupleObj.Length
Return Value
Returns a number (a long).
Selects a DABehavior object based on the value of i.
Syntax
tupleObj.Nth( i )
Parameters
- i
- Index (a long) into the DATuple object.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.