Hload » History » Version 2
Per Amundsen, 04/12/2015 06:44 AM
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 | 2 | Per Amundsen | -m - Creates the table if it does not exist. (AdiIRC only) |
13 | 1 | Per Amundsen | -s - Displays the result. |
14 | |||
15 | *Parameters* |
||
16 | |||
17 | <name> - The hashtable to load into. |
||
18 | <filename> - The filename of the saved hashtable to load. |
||
19 | [section] - Hashtable file section to load. |