Hi,
I would like to create user type structures like the following in ASP
Type mytype
intMyVariable1 as Integer
intMyVariable2 as String
intMyvariable3 as Object
End Type
**Currentlyu everytime I try it comes out with an error. Any suggestions
Derek