Functions Reference

Table Of Contents
Chapter 7
|
Get functions 73
Get(CustomMenuSetName)
Format
Get(CustomMenuSetName)
Parameter
None
Data type returned
text
Description
Returns the name of the active custom menu set. If the active menu set isn’t a custom
menu set, an empty string is returned.
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns Custom Menu Set #1 when this custom menu set is active.
Returns an empty string when the [Standard FileMaker Menus] menu set is active.
Get(DesktopPath)
Format
Get(DesktopPath)
Parameter
None
Data type returned
text
Description
Returns the path to the desktop folder for the current user. In Windows, the path format is
/Drive:/Documents and Settings/UserName/Desktop/. In the Mac OS, the path format is /
DriveName/Users/UserName/Desktop/.
Note See FileMaker Pro Help for information about running scripts
in client/server and
peer-to-peer environments.