You can use the following functions in PrintShop Mail:
Operator |
Function |
Returns the absolute value of <Number>. |
|
Returns True if both <Logical value 1> and <Logical value 2> are True. |
|
Converts the leading character in <Text> to its numeric UNICODE value. |
|
Layout action constant. If your layout condition evaluates to BLANK, then the layout will be left blank when the document is printed. |
|
Returns True if the current expression result differs from the result of the previous record. |
|
Returns the character represented by UNICODE index <Number>. |
|
Computes a CODABAR barcode. |
|
Computes a CODE128 barcode. |
|
Computes a CODE39 barcode. |
|
Returns True if <Text> contains <Text to find>, returns False otherwise. |
|
A counter which by default counts from the first to the last record. Arguments are optional. |
|
Returns the current date, formatted according to <Date string format> (optional) or the system regional settings. |
|
Returns the integral quotient from dividing <Number> by <Divider>. |
|
Computes an EAN13 barcode. |
|
Computes an EAN8 barcode. |
|
Logical constant False. |
|
Returns True if the file <Filename> exist on disk. |
|
Gives one of two results depending on a condition you specify. |
|
Returns the integral part of a floating point number. |
|
Computes an ITF barcode. |
|
Computes a JAN13 barcode. |
|
Computes a JAN8 barcode. |
|
Computes a KIX barcode. |
|
Returns the number of layouts associated with the current record, taking into account any skipped layouts. |
|
Layout counter that is reset after every record. It does not count skipped layouts. Note: LAYOUT_NR cannot be used in layout conditions. |
|
Returns the specified number of characters in the supplied text, counting from the left. |
|
Returns the number of characters in <Text>. |
|
Returns all letters in the given text as lowercase. |
|
Returns the supplied text, stripped of all leading spaces, tabs and newline characters. |
|
Extracts characters from the supplied text, starting at the character position specified by start position and containing the number of characters specified by size. |
|
Returns the remainder after the specified number is divided by a divisor. |
|
Computes a MSI Plessey barcode. |
|
Returns True if <Logical value> is False, and False otherwise. |
|
Any expression which results in a logical value, example True or False. |
|
Determines whether a object with the specified name is empty. Returns True or False. |
|
Computes a ONECODE barcode. |
|
Returns True if either <Logical value 1> or <Logical value 2> is True. |
|
Returns the total number of pages at printing for this document. |
|
Returns the page number at printing time, or 1 at design time. Note: PAGE_NR cannot be used in layout conditions. |
|
Returns the character position of a searched string in text. Returns 0 if not found. |
|
Converts a 5 digit (zip code), 9 digit (zip+4 code), or an 11 digit (delivery point barcode) to a valid POSTNET barcode. |
|
Layout action constant, can only be used in layout conditions. |
|
Convert the first letter of each word to an uppercase character, and the rest to lowercase. |
|
Returns the total number of records of the database. |
|
Returns the current record number of the database. |
|
Looks for <Text to find> in <Text> and replaces every occurrence with <Replace with text>. |
|
Returns the specified number of characters in the supplied text, counting from the right. |
|
Returns the supplied number rounded off to the specified number of decimal places. |
|
Returns the supplied text, stripped of all trailing spaces, tabs and newline characters. |
|
Returns one of three possible values (-1, 0 or 1), depending whether the number is negative, zero, or positive. |
|
Layout action constant, can only be used in layout conditions. |
|
Converts a number to data type Text, for use with functions that expect text arguments. |
|
Returns the contents of the TXT or RTF file <Filename>. |
|
Returns the current date, according to the computers internal calender, formatted according to the system regional settings. |
|
Returns the number of pages in a PDF file, or the number of frames in a multi-frame TIFF or GIF file. |
|
Returns the supplied text, stripped of all leading and training spaces, tabs and newline characters. |
|
Logical constant True. |
|
Computes a UPCA barcode. |
|
Computes a UPCE barcode. |
|
Returns all letters in the given text as uppercase. Use the UPPER function to ensure consistent data entry of such things as state abbreviations or postal codes. |
|
Converts a string representing a number to data type Number, for use in functions that expect numeric arguments. |
|
Computes a YuBar barcode. |