Hsave » History » Version 3
Per Amundsen, 08/12/2015 10:05 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | */hsave [-abinsu] <name> <filename> [section]* |
||
4 | |||
5 | 2 | Per Amundsen | Saves a hash table to a file. |
6 | 1 | Per Amundsen | |
7 | *Switches* |
||
8 | |||
9 | -s = Displays the result. |
||
10 | -b = TODO |
||
11 | -i = Treats the file as an ini file. You can specify an optional section name after the filename. |
||
12 | -n = Load file as data only, with no items. When loading with -n each line of data is assigned an N item value, starting at N = 1. |
||
13 | -a = Appends to an existing file instead of overwriting it. |
||
14 | -u = Includes unset items. |
||
15 | |||
16 | *Parameters* |
||
17 | |||
18 | 3 | Per Amundsen | <name> - The hash table to save. |
19 | 1 | Per Amundsen | <filename> - The filename to save to. |
20 | [section] - Section of ini tile to save to. (used witth -i) |