- Name
-
HasItem -- check if a table item exists (V9.1)
- Synopsis
-
bool = HasItem(t, key)
- Library
-
table
- Function
-
This does the same as HaveItem(). See HaveItem for details.
- Inputs
-
- t
- table to query
- key
- key to check
- Results
-
- bool
True or False depending on whether the item exists
Show TOC