I am able to write code that is invalid and build my app without complaint, but as soon as I open the UI stack in LC, I will get script errors.
Example:
repeat for each buttonName in buttonNames
...
end repeat
In the above I am missing the keyword item before buttonName
I am able to write code that is invalid and build my app without complaint, but as soon as I open the UI stack in LC, I will get script errors.
Example:
In the above I am missing the keyword item before buttonName