Statement: Action, Type: Initial
Set Contiguous Sectors
Format: Set Contiguous Sectors boolean-text
where
-
boolean-text = either a constant True or False text word.
-
True: converts the text word to a boolean true indicator
-
False: converts the text word to a boolean false indicator
-
Description
The Set Contiguous Sectors identifier reads the boolean-text variable, converts the variable to an actual boolean value, and sets the Show Only Contiguous Sectors checkbox field located on the Statistic Sector window.
The table below shows the Show Only Contiguous Sectors field when set by this Action.
Show Only Contiguous Sectors |
Boolean-Text |
Check when boolean-text is |
True |
Un-Check when boolean-text is |
False |
Example
While initializing a new session, we want to use contiguous sectors during our session. The following example will perform this task.
RX Script | ![]() |
---|---|
Set Contiguous Sectors to True |
Results from example
Show Only Contiguous Sectors is checked.