Project

General

Profile

Hsave » History » Version 1

Per Amundsen, 02/12/2014 02:27 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*/hsave [-abinsu] <name> <filename> [section]*
4
5
Saves a table to a file.
6
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
<name> - The hashtable to save.
19
<filename> - The filename to save to.
20
[section] - Section of ini tile to save to. (used witth -i)