The KILL RANGE command used many of the Claris Resolve dialog and menu scripts is not explained in the documentation. This command is defined as follows:
KILL RANGE rangevalue
Recovers memory used while pre-defining a range used by a command or function.
If you don't use the KILL RANGE command, you won't have as much available memory for use with other commands.
Rangevalue must be an integer between 1 and 13, inclusive, representing a range pre-defined by one of the following commands:
1 REPORT HEADER RANGE [USING range]
2 REPORT FOOTER RANGE [USING range]
3 REPORT PRINT RANGE [USING range]
4 SORT RANGE [USING range]
5 TABLE RANGE [USING range]
6 INPUT CELL 1 [RANGE range]
7 INPUT CELL 2 [RANGE range]
8 VALUES RANGE [USING range]
9 BIN RANGE [USING range]
10 DATA RANGE [USING range]
11 CRITERIA RANGE [USING range]
12 CHART RANGE [USING range]
13 SERIES LABEL RANGE [USING range]
14 DIVISION LABEL RANGE [USING range]
15 TITLE RANGE [USING range]
16 FOOTNOTE RANGE [USING range]
17 AXIS TITLE RANGE [USING range of Axis 1]
18 AXIS TITLE RANGE [USING range of Axis 2]
19 AXIS TITLE RANGE [USING range of Axis 3]
20 AXIS TITLE RANGE [USING range of Auxiliary Axis]
21 SERIES DATA RANGE [USING range 1]
22 SERIES DATA RANGE [USING range 2]
23 SERIES DATA RANGE [USING range 3]
NOTE: This command is missing from the documentation provided with Claris Resolve 1.0. The rangevalue arguments, however, are the same as those used by the GetRange function listed in the online Scripting Reference Guide.