|
|
• Before using a global variable, you must declare it using the %string or %numeric keyword in a Generate.sdl template. You can set the value of a global variable through the %setvar keyword.
• You can use the %getvar keyword to output the value of a global variable.
|
%getvar "<name of variable>"
%getvar "sysWorkingDir"
%comment_text ("File : .\\") & (%getvar "strFullPath") & (%getvar
"sysSpecExtension")