Hi to all and hope everyone is enjoying the season!
I was looking through some old samples and came across this. In a "Drag & Drop" app, a button on the page had been assigned to a variable:
On Enter
Code:sObject = this;
How does this variable assignment work and what is the scope of using it? Can a variable be applied to an object in this way myVariable=this on any type of object?
I tried to look up more info in the Manual and the Lua manual, but didn't get anywhere.
Thanks for any insight.
Cheers,
Dean


