ACON
Home/Topics |
Commands
Variable names of the form "_GLOBALn" where
n represents an integer value (e.g. _GLOBAL0, _GLOBAL2) are reserved
for system use, and must not be defined by the user.
The words:
CLASS,
DICTIONARY,
DICTIONARYENTRY,
NEW,
and OBJECT
are reserved for system use, and must not be defined
by the user.
Any built-in function name should be considered reserved,
unless you specifically intend to override it´s usage. For example defining a variable called len will cause problems when you use the len() function.
This command is not normally called by the
user directly.
This command defines a new logical drawing window
number. This function has a single numeric integer parameter,
and returns no result.
When drawing to an Illustrator output file, each
new axis command results in a new logical data window in which
data may be drawn. This command is written to the Illustrator
file and records the current window number in the output file.
Creating a new page, resets the window number to 0, while drawing
an axis auto-increments the window number.
Subsequently, when reusing an Illustrator file in
ACON, each separate Axis labelled plot in an Illustrator
file may be addressed using the Illustrator_Window()
and Illustrator_File() commands.
- There is 1 parameter:
- i - number to reset the current window number to.
window_number(window number);
window_number(1);
initial program state - the initial window number
written is 1.
ACON
Home/Topics |
Commands
|