Expressions using built-in functions and variables

 

Expression

Description

="Page " + Page + " of " + Pages

Sets the value to "Page" followed by the current page number followed by " of " followed by the total number of pages.

="Record " + Record + " of " + Records

Sets the value to "Record " followed by the current Record number followed by " of " followed by the total number of Records.

=Date()

Sets the value to the current date.

 

Refer to Chapter 19: Predefined Variables and Built-in Functions for a complete list of built-in functions.