Used to define names for the work areas shown on the map.
The syntax used is:
name = [x,y]\n
where:
-
name is the title to be given to the work area
-
x is the position of the work area as a number of
work areas across the map
-
y is the position of the work area as a number of
work areas down the map
For example, the following resource setting names four
work areas at the corners of a 3x3 workspace:
*workAreaNames: Topleft = [1,1]\n\
Topright = [3,1]\n\
BottomLeft = [1,3]\n\
BottomRight = [3,3]\n
NOTE:
A backslash must be used to precede the following
newline on all lines except the last.