Is there a way I can determine if part of my table / array contains a value
Example
Table: object = {a, b, c, d, e}
Now I would like to know if object [1] contains a value?
especially if my table is constantly growing
is "object [1] .hasValue" does the code exist?
source
share