VBGamer |
|
RE: Help! :P Adam Hoult (0 replies, 0 views) (2000-Jul-8) Sorry my mistake, i got carried away saying variant, it only applies to variables (returning vbUserDefinedType). Microsofts official work around is; although you can't directly assign a whole variable of user-defined type to a Variant, you can use the <b>Array</b> function to assign the individual elements of a variable of user-defined type to a Variant. This produces a Variant containing an array of variants. The VarType of each element in this array of variants corresponds to the original type of each element of the user-defined type.
|