March 2000
Intermediate to advanced
576 pages
18h 13m
English
VarArrayHighBound Function
function VarArrayHighBound(const V: Variant; Dim: Integer): Integer;
VarArrayHighBound
returns the upper bound of dimension
Dim for the Variant array
V. Dim must be in the range 1
to VarArrayDimCount. If Dim is
out of range or if V is not a
Variant array, the function reports runtime error
20 (EVariantError).
VarArrayHighBound is a real function.
See VarArrayCreate for an example.
| TVarArray Type, TVarArrayBound Type, VarArrayCreate Function, VarArrayDimCount Function, VarArrayLock Function, VarArrayLowBound Function, VarArrayOf Function, VarArrayRedim Procedure, VarArrayRef Function, VarArrayUnlock Function, Variant Type, VarIsArray Function, VarType Function |
Read now
Unlock full access