Previous Topic: Changing Fonts Causes Layouts to Load IncorrectlyNext Topic: Configuration Manager Process Does not Close


ADDRESS AXC GETVAR with Non-existent Variables

When issuing the following REXX command:

GETVAR varname rexxvar 

if the variable varname does not exist (it has not been previously set), return code in RC is 0, and rexxvar is set to an empty string.