6.0

Table Of Contents
44
PlanetPress Talk Summary
3
Physical System Object
System System Object
Operators and Operator Functions
Assignment Operator
Mathematical Operators and Functions
Name: Description:
&Physical.x
&Physical.y
Measure value containing the current horizontal (x) or vertical (y) position of the
drawing pen, relative to the upper left corner of the physical page, whose coordinates
are (0,0). This system object can be used to assess the amount of space left on a page.
Name: Description:
&System.Product
String value containing the name of the RIP the document is using to execute. For
example,
&System.Version
String value containing the version number of the RIP the document is using to
execute. For example, 4.0.
&System.FormVersion
Integer value containing the version number of the document requested by the
trigger. Recall that you can assign a version number to a document and increment the
number each time you update and reinstall the document. When you execute a
document that uses a version number, the document verifies its version number
against the one you specify in the trigger, and it proceeds with execution only if the
two version numbers match. See the PlanetPress User Guide for more complete
information on versioning.
Name: Type: Description:
:=
operator Assign a value to a variable. This provides a more convenient alternative
to the set() command. Note that spaces between the operator and its
operands are optional.
Name: Type: Description:
+
Add
operator
function
Adds two numerical expressions. This is the functional equivalent to the
+ operator, when you use the + operator with numerical expressions.