Expressions

RACE RESULT offers two types of expressions. In Normal Expressions fixed texts will be in quotations marks, fields, functions and user defined fields/functions in square brackets and the text operator & connects several parts:

"My name is " & [FirstName] & " " & [LastName]

If you use this expression on a certificate, it will show for example: My name is John Doe.

Full-Text Expressions, on the other hand, are more suitable for longer texts such as the text of the confirmation email of the online registration. They start with a hash tag (#) and fields, functions and user defined fields/functions will be in square brackets:

#My name is [FirstName] [LastName]

In expressions, you can use FieldsFunctions, User Defined Functions, Operators and User Defined Fields.