|
-
Mar 12th, 2001, 10:51 AM
#1
Thread Starter
Hyperactive Member
Hi again everyone!
I just wanted to know if you can create a user-defined data type using VB script. If so, how is it done? Can you change the data type to like "AS integer"? Or do each field have to be variant? Some examples would be greatly appreciated. I hope this doesn't sound confusing.
Thanks in advance.
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
-
Mar 12th, 2001, 11:08 AM
#2
Can you? Yes
How? The same way you do it in VB
Type name
first
last
middle
End Type
Data type as integer? No. Variants only
-
Mar 12th, 2001, 11:09 AM
#3
Thread Starter
Hyperactive Member
Thanks!
That answered my question. Thank you very much.
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
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
|