User Types in ASP?
for instance taking this VB code:
Type XYZ
X as Integer
Y as Integer
End Type
and put it on ASP?
It seems that ASP supports only arrays, and not records, as i'm trying to
do.
I need those Records on the Application.
does Application supports Records? or just arrays?

