.CHART SET CURRENT
This subroutine is called to switch the context of the "current" chart spec to a previously initialized chart spec.
Usage:
PASS <chart_spec_name> FIELD SHARE? N
GOSUB 0CD .CHART SET CURRENT
* Check for error
IF 0CD .CHART SET CURRENT NE
Description:
<chart_spec_name> identifies the name of a previously initialized chart spec which is to become the "current" chart spec.
Passing this parameter is optional.
If the
<chart_spec_name> parameter
is not passed, then the "unnamed" chart becomes the "current" chart.
If the
<chart_spec_name> parameter
is passed, then the chart spec with the specified name becomes the "current" chart.
This subroutine sets a result value in the corresponding results Token field.
Comments:
Read what other users have said about this page or add your own comments.
--
SteveFrizzell - 2010-03-17