|
-
Feb 26th, 2001, 05:16 PM
#1
Thread Starter
Member
Hi every body,
I have declared the following UDT(user defined data type) in Visual Basic 6.0.
******
Private Type appname
x As Integer
y As Integer
x(10) As String
End Type
********
I want to create the same UDT in ASP
(i know that we can only use variant data types in ASP)
Can any body please let me know how to do it in ASP.
Thanks,
Srini
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|