 |
Bleylocke Newbie
Joined: 12 Nov 2000 Posts: 3
|
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Dec 26, 2003 3:06 pm |
No.
|
|
|
 |
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Fri Dec 26, 2003 9:05 pm |
Actually, the answer is technically yes.
#SAY %mss( sess.GetVar("variable name", "class name").Default, "vbscript")
Note, the code as given will generate an error if the variable does not exist. To fix this, the output from GetVar would be stored in a variable and compared to Nothing before trying to get the Default property. Also, it should abort if the ObjType property is not 3 (objVar). |
|
|
 |
|
|