Class myStruct
Public foo
Public Bar
End Class
set thing1 = new MyStruct
thing1.foo = "foo"
thing1.bar = "bar"
...
..
--
Michael Harris
MVP Scripting
"Luke Bond" <ga...@one.net.au> wrote in message news:38fe...@pink.one.net.au...
hi all,
anyone know how i can create a struct in vbscript (i'm using ASP) in the
same way that the "struct" keyword works in C?
thanks,
-Luke