GetArea
Gets the current logged-in areas.
Syntax
GetArea()
Return Value
The login area groups as an integer that represents a group handle. If this group is modified, the actual login areas do not change.
Related Functions
Example
! If the current areas are 1, 5 and 20:
hGrp=GetArea();
Str=GrpToStr(hGrp);
! sets Str to "1,5,20".
See Also