hash.create
Creating an item with this key. If an item with this key already exists, it will be initiated again. Items are created automatically when they are addressed as array items for the first time - hashname["key string"].
method uint hash.create (
str key
)
str key
)
Parameters
key | Key value. |
Return value
The pointer to the created item is returned.
Related links | Source |