FileMaker 9 Reserved Words Reference Table
|
| |
In FileMaker 9 calculations, specific words (in addition to function names) are reserved and have a special meaning.
Reserved words are assigned a numeric value in the calculation engine and are used to supply arguments to various calculation functions. We recommend you avoid using reserved words as field or table names - and take care to enclose them within quotes where you supply them as text literals (for example within script parameters, conditional formatting expressions and so on).
Below is a list of 30 reserved words in FileMaker 9:
|
|
|
Reserved Word
|
Value
|
|
True
|
1
|
|
False
|
0
|
|
Roman
|
0
|
|
Greek
|
1
|
|
Cyrillic
|
2
|
|
CentralEurope
|
3
|
|
ShiftJIS
|
4
|
|
TraditionalChinese
|
5
|
|
SimplifiedChinese
|
6
|
|
OEM
|
7
|
|
Symbol
|
8
|
|
Other
|
10
|
|
plain
|
0
|
|
lower
|
0
|
|
higher
|
1
|
|
strikethrough
|
1
|
|
smallcaps
|
2
|
|
superscript
|
4
|
|
subscript
|
8
|
|
uppercase
|
16
|
|
lowercase
|
32
|
|
titlecase
|
48
|
|
wordunderline
|
64
|
|
doubleunderline
|
128
|
|
bold
|
256
|
|
italic
|
512
|
|
underline
|
1024
|
|
condense
|
8192
|
|
extend
|
16384
|
|
allstyles
|
32767
|
|
| |
|
Note 1:
|
The above list of reserverd words is in addition to words used as calculation functions such as Pi and Random.
|
|
Note 2:
|
The numeric value associated with a reserverd word (as shown above) may be used interchangeably with the word itself in all calculation expressions.
|
|