I would need to check if some table item exists and then react on it, if it does.
Is this possible to do someway:
example:
Code: Select all
If table[num1][num2].varx "EXISTS" then table[num1][num2].varx=3
another one, concerning same. Is it possible to destroy table item?
I mean,
Code: Select all
deletetableitem table[num1][num2]