Save Strings Example
ArborX


Summary
The example below shows how to use the savestr macro.

The two examples below are set on a file containing three dialogue boxes, using string numbers 390, 391 and 392. This first example will save strings 390 and 392, to a file called Job_one_strings.3t in the area {string_files}:

 savestrs "{string_files}Job_one_strings.3t",390,392

The second example will save all strings in the range 390 to 392 to the same file as above.

 savestrs "{string_files}Job_one_strings.3t",390..392

Document created on 08-Feb-2003 (revision 1)