Forum Discussion
elyush
16 years agoOccasional Contributor
sooo, can't i have an array with one element?? i always must have min 2 elements in array....?
MyStruct = DLL.DefineType("TemplateCodesStruct", VT_VARIANT, "Value")
Set TemplateCode = DLL.New("TemplateCodesStruct",1)
MyStruct = DLL.DefineType("TemplateCodesStruct", VT_VARIANT, "Value")
Set TemplateCode = DLL.New("TemplateCodesStruct",1)