Project

General

Profile

Hsave » History » Version 4

Per Amundsen, 11/30/2018 11:01 AM

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 4 Per Amundsen
-B - TODO
12 1 Per Amundsen
-i = Treats the file as an ini file. You can specify an optional section name after the filename.
13
-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.
14
-a = Appends to an existing file instead of overwriting it.
15
-u = Includes unset items.
16
17
*Parameters*
18
19 3 Per Amundsen
<name> - The hash table to save.
20 1 Per Amundsen
<filename> - The filename to save to.
21
[section] - Section of ini tile to save to. (used witth -i)