Functions
Expressions allow you to apply basic operations such as addition, division, and concatenation to operands, in order to produce a value. Often, however, you need to perform more complex operations in order to derive a value you need. Moreover, sometimes you need to obtain a value (today’s date, for instance) which cannot be derived from the data within your test. Functions are prewritten operations which you can reference by name within your expressions to produce values needed by your test.
Date functions
Date functions compute and convert Gregorian dates to and from Julian day numbers.
Number functions
Functions that are useful for manipulating numeric data.
String functions
String functions include such functions as examining individual characters of a sequence, searching strings, extracting substrings, and creating a copy of a string with characters translated to upper or lowercase.
Variable function
The getglobal function is used to retrieve a global variable’s value.