Table member declaration
Posted: Wed Nov 01, 2023 12:02 am
Hi,
The following code gives a 'variable expected' error.
but simply changing the member name from 'to' to 'too' solves the problem. What am I missing?
NathanH
The following code gives a 'variable expected' error.
Code: Select all
s={}
s.to=""
Code: Select all
s={}
s.too=""