@_PCSCRIPT

Syntax @_PCSCRIPTpcscriptCommandString

Description This command specifies the PCScript commands for the graph(s) you want to generate. PCScript is used to send information such as data and formatting options to the graphs, legends, and textbox objects within a PopChart image. Chapter 5, "PCScript," contains a complete list of PCScript commands.

The argument to the @_PCSCRIPT command is a string containing all of the PCScript commands that you wish to use.

In a URL, there should be nothing separating the PCScript commands from each other. The example below illustrates the proper format for a @_PCSCRIPT command in a URL.

@_PCSCRIPTtextbox.settext("Hello World")graph.AddPopupText(#3,#2,High)graph.
AddPopupText(#1,#4,Low)

In other situations (e.g. server command files), there can be any amount of white space between PCScript commands.