Creating user type structures in ASP - TechRepublic
General discussion
October 12, 2000 at 04:42 PM
dwtk9

Creating user type structures in ASP

by dwtk9 . Updated 25 years, 7 months ago

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

This discussion is locked

All Comments