An identifier is a sequence of characters
of unlimited length that denotes either a function or a method name.
An identifier always begins with one of the following characters:
FormCalc identifiers are case-sensitive. That is, identifiers
whose characters only differ in case are considered distinct.
Character name
|
Representations
|
Identifier
|
A..Z,a..z
$
!
_
|
These are examples of valid identifiers:
GetAddr
$primary
_item
!dbresult
|
|
|