You need to look at classes. They're a superset of structs, in that they also can have data-specific functions.

http://msdn.microsoft.com/en-us/library/4ah5852c%28v=vs.84%29.aspx

On 3/26/2012 5:04 PM, David Helkenn wrote:
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


Reply via email to