Built-in functions

A number of built-in functions are available to format and convert numerical and text values.

... 
# 
@(Cust.Name) 
@(Cust.Street) @(Cust.Housenumber) 
@(uppercases(Cust.City)) 
																														Nijmegen, @(date(today)) 
... 
# 
... 

This example produces the following results.

Kofax 
Kerkenbos 10 -129 
NIJMEGEN 
																														Nijmegen, 12 April 2016
... 

In this example, the following built-in functions are used: uppercases, date, and today.

uppercases converts text to all uppercase.

today results in a numerical representation of the current date.

date prints a date with the name of the month. The result depends on the language used.