7.5

Table Of Contents
PlanetPress Alambic is the name of the RIP built in to PlanetPress (the RIP PlanetPress uses when you perform a preview and
select Internal interpreter as the PostScript interpreter).
version
String value containing the version number of the RIP the document is using to execute. For example, 4.0.
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 doc-
ument 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.
Assignment Operator
= (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.
Code Samples
&price := 18.53
&day[4] := 'Friday'
&last:=True
&mustard := [0,20,90,16]
Mathematical Operators and Operator Functions
+ (operator & function)
Either concatenates two or more strings or adds two numerical expressions, depending on its context.
This description details how to use it to concatenate two strings. See "Add (function)" (page 551) for help using it to add two
numerical expressions.
Syntax
string1 + string2 + ... string
Arguments
string1, string2,...
String values.
Code Sample Example
The following code sample concatenates five strings into a single string that contains the first and last name of a customer.
©2010 Objectif Lune Inc - 381 -