Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions Introduction > AreaCheck

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

GetArea, GetPriv

Example

IsArea = AreaCheck(5);

See Also

Miscellaneous Functions