The name of a graphics software package.
$graphics
A character string. Can be reset by an application program.
Set by the application program to the name of a graphics program.
$Graphics can be set to the name of a graphics program of your choosing. The name should include the full disk path. The special file path indicator characters can be used.
The GRAPH command automatically calls up the program named in the $Graphics system variable.
When running ZimTC, the following code will simply copy the "xxx.zzz" to the client side without executing any further actions:
let $graphics = ""
graph "xxx.zzz"
let $graphics = "c:\chartapp\chart.exe"