Hload » History » Version 1
Per Amundsen, 02/11/2014 10:38 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | */hload [-bins] <name> <filename> [section]* |
||
4 | |||
5 | Loads a table from a file. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -b - TODO |
||
10 | -i - Treats the file as an ini file. You can specify an optional section name after the filename. |
||
11 | -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. |
||
12 | -s - Displays the result. |
||
13 | |||
14 | *Parameters* |
||
15 | |||
16 | <name> - The hashtable to load into. |
||
17 | <filename> - The filename of the saved hashtable to load. |
||
18 | [section] - Hashtable file section to load. |