Advertisement
2002ASP Miscellaneous #8201

User-Defined Types in ASP

So far as I have seen, there is no vbscript equivalent of the VB user defined type.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
So far as I have seen, there is no vbscript equivalent of the VB user defined type.
I.E.
<hr>
private type usrInfo
  Name as string
  Address as string
  Phone as string
end type
dim users(999) as usrInfo
<hr>
Anyone with experiance: Is there a way around this?
Original Comments (3)
Recovered from Wayback Machine