Functions Reference

Table Of Contents
Chapter 7
|
Get functions 91
Description
In Windows, returns a string with each of these entries separated by a comma:
the printer name
the driver name
the name of the printer port
In Mac OS, returns a string with these entries separated by the word on:
the Queue name of the printer (if provided)
•the IP address of the printer
If any of this information isn’t available, <Unknown> is inserted in the result (except for
Queue name in the Mac OS).
Note See FileMaker Pro Help for information about running scripts in client/server and
peer-to-peer environments.
Examples
For Windows:
Returns HP LaserJet 4, WINSPOOL, LPT1.
For Mac OS:
Returns 24.109.265.43.
Get(PrivilegeSetName)
Format
Get(PrivilegeSetName)
Parameter
None
Data type returned
text
Description
Returns the name of the privilege set
assigned to the account being used by the current
user of the database file
. If a user is using the default Admin account and you haven’t
modified access privileges
for the database file, Get(PrivilegeSetName) returns
[Full Access].