Hi Carlo,
Welcome to the forum.
This sounds like you have Strict Compilation Mode enabled which will force you to define x before you use it
local x
on mouseUp
...
Simon
Hello Simon,
thank you so much! That was exactly where the problem lied. So, if I understood correctly, the strict ...
Search found 3 matches
- Fri May 22, 2015 10:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: problem putting values into variable:possible bug?
- Replies: 11
- Views: 6867
- Fri May 22, 2015 10:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: problem putting values into variable:possible bug?
- Replies: 11
- Views: 6867
Re: problem putting values into variable:possible bug?
In that handler the variable "nolines" has not been assigned a value.
That is true, however it is irrelevant to my problem; I changed the name of the variable to x from nolines in order to verify that was nothing going on at the level of the name chose for the variable. I hope this clarifies ...
That is true, however it is irrelevant to my problem; I changed the name of the variable to x from nolines in order to verify that was nothing going on at the level of the name chose for the variable. I hope this clarifies ...
- Fri May 22, 2015 10:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: problem putting values into variable:possible bug?
- Replies: 11
- Views: 6867
problem putting values into variable:possible bug?
I am on a Mackbook air ( iOS 10.10.3.) running Livecode 7.0.5.
I set the property explicitVariables to false, which I also confirmed through the message box, however, when I try to put a field into a variable, I got the following message "button "strip letters": compilation error at line 2 (Chunk ...
I set the property explicitVariables to false, which I also confirmed through the message box, however, when I try to put a field into a variable, I got the following message "button "strip letters": compilation error at line 2 (Chunk ...