From WikiChip
Difference between revisions of "mirc/commands/hload"
m (Bot: Fixing links) |
m (Bot: Fixing links) |
||
Line 5: | Line 5: | ||
== Switches == | == Switches == | ||
− | * '''-b''' - loads binary files, | + | * '''-b''' - loads binary files, {{mIRC|$cr}} and {{mIRC|$lf}} are preserved when saving as binary files |
* '''-n''' - loads files as data only, each item is a number, starting at N = 1 | * '''-n''' - loads files as data only, each item is a number, starting at N = 1 | ||
* '''-i''' - treats the file as an ini file | * '''-i''' - treats the file as an ini file | ||
Line 28: | Line 28: | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$hget}} |
− | * | + | * {{mIRC|$hfind}} |
* {{mIRC|/hadd}} | * {{mIRC|/hadd}} | ||
* {{mIRC|/hdec}} | * {{mIRC|/hdec}} |
Revision as of 19:30, 5 July 2014
The /load command loads a text file to an hash table. /hload does not create the table, it must already have been created by /hmake.
Synopsis
/hload -sbni <name> <filename> [section]
Switches
- -b - loads binary files, $cr and $lf are preserved when saving as binary files
- -n - loads files as data only, each item is a number, starting at N = 1
- -i - treats the file as an ini file
- -s - display a message if successful: "* Loaded hash table '<name>' from '<filename>'
Parameters
- <name> - the name of the hash table
- <filename> - the file you want to load from
- [section] - if -i is used, you can specify a section to be loaded
Example
None
Compatibility
Added: 5.8
Added On: 05/09/2000
Note: Individual switches were not taken into consideration.
See also
mIRC commands list