diff options
-rw-r--r-- | server/scripts/evol_script_commands.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index f03675b..f40f7f2 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -828,6 +828,16 @@ calculating the size. Example: .@len = htsize .@ht_id; +--------------------------------------- + +*htexists id; + +Check is given hash table exists. +Return false if hash table not exists. +Return true if hash table exists. + +Example: + .@exists = htexists .@ht_id; --------------------------------------- |