robiee4u
-
Total Posts
:
36
- Scores: 0
-
Reward points
:
0
- Joined: 10/6/2004
- Location:
-
Status: offline
|
vbscript and vb6
Monday, March 07, 2005 11:36 PM
( permalink)
i am new in vb world. Just would like to know whether it is possible to use vbscript code in vb6?
|
|
|
|
token
-
Total Posts
:
1917
- Scores: 0
-
Reward points
:
0
- Joined: 1/14/2005
- Location:
-
Status: offline
|
Re: vbscript and vb6
Tuesday, March 08, 2005 9:15 AM
( permalink)
Without modification ? Nope. Although a lot of the syntax in VBS are the same as in VB6, VB6 has a more strict rule regarding variables. One of them is that you are required to declare the type of variable (string, numbers etc) before they can be used. Such declaration is not required in VBS.
|
|
|
|