And another thing...
Posted: Tue Nov 15, 2016 6:03 am
I have some code which uses a loop
repeat with x = 10 to 50
after each loop I want numbers put into
a variable which includes x e.g. when x = 10
put Ones into "Ones" & x --- want it to go into variable Ones10
but LC gives me a "bad destination" for all the combinations and
variations I've tried. Of course the combination/variation I haven't
tried yet is the one that works!
Why does the ratio of works:doesn't work always have to be 1:100?
Help appreciated.
repeat with x = 10 to 50
after each loop I want numbers put into
a variable which includes x e.g. when x = 10
put Ones into "Ones" & x --- want it to go into variable Ones10
but LC gives me a "bad destination" for all the combinations and
variations I've tried. Of course the combination/variation I haven't
tried yet is the one that works!
Why does the ratio of works:doesn't work always have to be 1:100?
Help appreciated.