Cant use MyTable.Continue as a function name.
Posted: Sun Oct 27, 2024 2:08 pm
Just noticed it gives an error when trying to use Function name Continue connected to table.
It is understandable that
doesn't work, since that is a reserved word, but even
is forbidden is a bit strange.
It is understandable that
Code: Select all
Function Continue()
Code: Select all
Function Mytable.Continue()