Functions Reference

Table Of Contents
Mobile functions
F
ILEMAKER PRO FUNCTIONS REFERENCE 251
Notes
If no iBeacons match the criteria, this function returns an empty string.
If the iOS Location Services setting is turned off, this function returns an empty string.
If the query is not valid, this function returns a question mark (?).
Examples
RangeBeacons("D9B9EC1F-XXXX-YYYY-80A9-1E39D4CEA95C") returns information about all
nearby iBeacons with the specified
UUID:
D9B9EC1F-XXXX-YYYY-80A9-1E39D4CEA95C, 10, 1, 0, -1.00, 0
D9B9EC1F-XXXX-YYYY-80A9-1E39D4CEA95C, 5, 1, 3, 14.68, -79
D9B9EC1F-XXXX-YYYY-80A9-1E39D4CEA95C, 5, 2, 3, 18.96, -81
RangeBeacons("D9B9EC1F-XXXX-YYYY-80A9-1E39D4CEA95C"; 30) returns the result after
30 seconds.
RangeBeacons("D9B9EC1F-XXXX-YYYY-80A9-1E39D4CEA95C"; 20; 10; 1) returns
information about iBeacons with the specified
UUID with a major value of 10 and a minor value of
1. It returns the result after 20 seconds.