6.0

Table Of Contents
49
Commands
Add a Comment
Work with Emulations
Work with Data Pages
Name: Type: Description:
%
procedure Comments out the line. This is useful for embedding documentation in
your code, making it easier to read and maintain. It is also useful during
debugging, for commenting out lines of code you do not want to
execute. Note: Comments must not appear in the first line of the script
you enter in the PlanetPress Talk Editor.
Name: Type: Description:
SetEmulation
procedure Sets the emulation to use.
SetLPP
procedure Sets the number of lines per data page.
Name: Type: Description:
ClearPage
procedure Clears the current data page. This command should only be used before
reading the next page of data from the input stream.
DefineData
procedure Specifies the data file to use for data selections.
Find
function Checks for the presence of a string within a rectangular region of the
current data page. If the specified string is found, the function returns
true. This allows you to look for strings within a more general area,
rather than at some precise location.
GetNextDataPage
procedure Advance to the next data page of the sample data file. Note that this
command does not work in documents that use a user-defined
emulation.
IsPageEmpty
function Returns False if the current data page contains data, or True if it does
not.
SetDataPage
procedure Specify the data page of the sample data file. >>
Store
procedure Stores a string of characters on a specific line in the current data page.