Search Tools Links Login

User-Defined Types in ASP


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?

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 97 times

Categories

ASP/ HTML

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.