Macro Language Reference > Macros > System > savestrs
  
savestrs
Description
Saves specified strings to specified files, either individually or by defining a range.
 
Example 243. Sample uses of the savestrs macro
The two examples below are carried out on a file that contains 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:
savestrs "{string_files}Job_one_strings.3t",390..392
Syntax
savestrs file name:s string num:n
file name
The full name of the file (including path or file area location) to which to save the specified string(s)
string num
The number of the string / tag(s) to be saved: if defining a range, use the syntax x..y.