Script wide constants and script-level global variables are permitted, but out-of-sub statements are not. The system-level global variables (out-of-job) are accessible in JALScript only. To access them from VBScript use JALScript.Execute method. : I read in the 24x7 User's Guide that script level statements are not allowed : in a vbscript job. It states that every vbscript statement must be inside : a Sub or Function. Does this mean that global variables and script wide : constants are not available in vbscript jobs, or is there another : mechanism to effectively do the same thing? : Thank you, : Greg Morris
|