Functions Reference

Table Of Contents
Description
Returns the current date and time according to the system clock, to the nearest second.
The format of the value returned is determined by the Regional Settings Control Panel
(Windows 2000), the Date and Time Control Panel (Windows XP), or the Date & Time
System Preference (Mac OS).
In client/server and peer-to-peer environments, Get(CurrentTimestamp)
evaluates the status of the client machine running the script (not the host machine). See
FileMaker Pro help for information about running scripts in client/server and peer-to-peer
environments.
Example
Returns 1/1/2004 11:30:00 AM when the system clock shows January 1, 2004 11:30:00.
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.
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