ArborX


savestrs

Longname: save str ing s   Open the Documentation Legend
Released: 4.63a 
Created: 4.63a 
See also: loadstrs

Summary
Saves specified strings to specified files. Can also specify a range e.g. 10...20.
Example extract

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

Syntax (4.63a)
file name:s

The full file name to save the specified string to.

string num:n

The specified string/tag name to be saved.


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