The 'startup' message not working in IDE
Mark Wieder
mwieder at ahsoftware.net
Thu Jun 9 00:15:04 EDT 2016
On 06/08/2016 07:40 PM, Jerry Jensen wrote:
> The dictionary claims that it is legal syntax (in 7 and 8). The example therein shows that handler locals can be declared and assigned values at runtime using a do in a loop. I would never have thought of that!
If you're referring to the dictionary example
repeat with x=1 to 20
do "local tVar_" & x & "; put empty into tVar_" & x
end repeat
then that's two separate commands, which is different from
local tVar3 = empty
--
Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list