AreaCheck
Determines whether the current user has access to a specified area.
Syntax
AreaCheck(Area)
Area:
The area number (0 - 255)
Return Value
TRUE (1) if the user has access to the Area or FALSE (0) if not.
Related Functions
Example
IsArea = AreaCheck(5);
See Also