DATuple Class

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

LengthDetermines the length of a DATuple.
NthSelects a DABehavior object based on the value of i.

Length

DATuple Class

Determines the length of a DATuple.

Syntax

tupleObj.Length

Return Value

Returns a number (a long).

Nth

DATuple Class

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 Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.