Global - define a global variable

Return to Introduction  Previous page  Next page

global($var1[,$var2] ... [,$varn])

Where:

$varnis a variable. The variable is available to scripts called by using the include script command.        

 

The global command defines global variables. The data in global variables is available to scripts called using the include script command. Local variables are not available to scripts called using the include command.

Examples

global($NAME)

global($USERID,$PASSWORD)

               

See Also:

 

Script Command Summary

Script Variables

Using the Scripting Language


TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.