Справочник Пользователя для Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A

Модели
TJ083LL/A
Скачать
Страница из 238
116     FileMaker Functions Reference
Examples
Abs(Get(SystemPlatform)) returns 
2
 when the current platform is a Windows 
platform.
Get(SystemPlatform) returns 
-1
 when the current platform is Mac OS X.
Get(SystemVersion)
Format
Get(SystemVersion)
Parameter
None
Data type returned
text
Description
, returns the version of the operating system of the 
machine of the person running the script.
Note  
See FileMaker Pro help for information about running scripts in client/server and 
peer-to-peer environments.
Examples
Returns 
5.0
 for Windows 2000.
Returns 
5.1
 for Windows XP.
Returns 
10.3
 for Mac OS X version 10.3.
Get(TextRulerVisible)
Format
Get(TextRulerVisible)
Parameter
None
Data type returned
number
Description
Returns a Boolean value representing whether or not the text ruler is visible. Returns 
1
 if 
the text ruler is displayed, otherwise returns 
0
.