Hello,
I do not find any sort of reference to any kind of record or struct
datatype. So, I conclude VBS has no such support for an aggregate
type that can hold different datatypes in it. Unlike an array which
holds homogenious datatypes, a struct can hold various types as a
single aggregate. Is my conclusion correct? If so, I'll have to
resort to several arrays -- one for each struct field. Gadd, what a
lot of error-prone overhead!
If I am wrong, please point me to where I need to look! Thanks!
David Helkenn