EnglishРусский  

Ads

Scriptius script builder
Provides the best choice in work automation and great time saving features.

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

Hash

Hash (Associative array). Variables of the hash type allow you to work with associative arrays or hash tables. Each item in such an array corresponds to a unique key string. Items are addresses by specifying the corresponding key strings.

 

Operators

hash of type Specifying the type of items.
* hash Get the count of items.
hash[ name ] Getting an item by a key string.
foreach var,hash Foreach operator.

Methods

hash.clear Clear a hash.
hash.create Creating an item with this key.
hash.del Delete an item with this key.
hash.find Find an item with this key.
hash.ignorecase Ignoring the letter case of keys.
hash.sethashsize Set the size of a value table.

Type

hash The main structure of the hash.
Edit