/
# Operator on Lua Tables
# Operator on Lua Tables
The # Operator works on strings, tables and our HL7/X12 objects.
With tables, the # operator is used to get the number of elements in a table (when the table is treated like an array/list.)
We can see a good example of using the # operator in Lua table as list.
If you want to explore more on how the # operator works, checkout:
, multiple selections available,
Related content
Lua table as list
Lua table as list
Read with this
Lua tables as dictionaries
Lua tables as dictionaries
More like this
Example code showing the eight basic types in Lua
Example code showing the eight basic types in Lua
More like this
# Operator on Strings
# Operator on Strings
More like this
# Operator on Userdata Objects
# Operator on Userdata Objects
More like this
Operators
Operators
More like this