Project

General

Profile

Hsave » History » Revision 2

Revision 1 (Per Amundsen, 02/12/2014 02:27 PM) → Revision 2/10 (Per Amundsen, 08/12/2015 10:02 PM)

_Added in 1.9.0_ 

 */hsave [-abinsu] <name> <filename> [section]* 

 Saves a hash table to a file. 

 *Switches* 

 -s = Displays the result. 
 -b = TODO 
 -i = Treats the file as an ini file. You can specify an optional section name after the filename. 
 -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. 
 -a = Appends to an existing file instead of overwriting it. 
 -u = Includes unset items. 

 *Parameters* 

 <name> - The hashtable to save. 
 <filename> - The filename to save to. 
 [section] - Section of ini tile to save to. (used witth -i)