Page 1 of 1

For Loops

Posted: Thu Dec 29, 2011 9:13 am
by drumdemon7GA727d
Does anyone know if there is a way to represent a For Loop (in java code) in LiveCode??

Re: For Loops

Posted: Thu Dec 29, 2011 12:26 pm
by gpb01
drumdemon7GA727d wrote:Does anyone know if there is a way to represent a For Loop (in java code) in LiveCode??
Look in the "Dictionary" for "repeat" :wink:

Guglielmo

Re: For Loops

Posted: Thu Dec 29, 2011 5:04 pm
by jmburnod
Hi drumdemon,

You can use Pendingmessages also
I put a simple stack in attachment

Best regards

Jean-Marc

Re: For Loops

Posted: Sat Jan 21, 2012 11:02 pm
by drumdemon7GA727d
oo :D thanks both you guys!!