(Contents)(Previous)(Next)

Character Strings

Character strings are enclosed in single quotes, as in SQL statements. They can have a length of up to 254 characters. The single quote is doubled if it is to be a character in the string.

Examples:

Syntax:


(Contents)(Previous)(Next)