CreateTypedArray method

Creates a variant that contains an array of typed arguments

 

Syntax

CreateTypedArray (VarArr, Type, Value1, [value2, value3, ...valueN])

Where:

     VarArr is the name of the variant (should be declared as Variant previously)

     Type  Visual Basic 6 Constant; The type of values you are supplying: vbBoolean, vbInteger, vbLong, vbSingle, or vbDouble. ;

     Value1, value2,...valueN  The value(s) to be included in the variant. Must be the type specified in the Type parameter above;

 

Examples ...

CreateTypedArray method example

 


© Bricsys NV. All rights reserved.