User-Defined Types in ASP
Posted: 2002-06-01
By: ArchiveBot
Viewed: 57
Filed Under:
No attachments for this post
So far as I have seen, there is no vbscript equivalent of the VB user defined type.
Original Author: Jeffrey Katz
Code
So far as I have seen, there is no vbscript equivalent of the VB user defined type.
I.E.
private type usrInfo
Name as string
Address as string
Phone as string
end type
dim users(999) as usrInfo
Anyone with experiance: Is there a way around this?
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.