7.4

Table Of Contents
setusercrlf( procedurename:procedure )
Arguments
Procedurename
The name of an existing global function in your PlanetPress Design document, preceded as usual with @.
Example
This example will ensure that multi-line text will never overlap an image on the page (where the image's position and size has
been saved as global variables).
In the PressTalk Before of an object, the following line is added:
setusercrlf(@MyCRLF)
This global function is created:
function @MyCRLF(&Leading:measure)
if(((&physical.y+(&leading*2))>&LogoPos[0]) and ((&physical.y+&leading)<(&LogoPos[0])))
translate(0,(&LogoPos[1]-&LogoPos[0])+&leading*2)
endif()
moveto(0,&current.Y+&Leading)
endfunction()
SetFaxInformation (procedure)
Defines the fax description that appears in both the PlanetPress Fax dialog box and the PlanetPress Fax log file.
Syntax
setfaxinformation( info )
Arguments
info
String value specifying a description of the fax.
Code Sample Example
setfaxinformation( 'purchase confirmation' )
SetFaxNumber (procedure)
Defines a fax number for PlanetPress Fax.
Syntax
setfaxnumber( faxnumber )
©2010 Objectif Lune Inc - 445 -