|
var myVar:Number =
0;
do { trace(myVar); myVar++; } while(myVar<5); ----- Original Message -----
From: [EMAIL PROTECTED]
Sent: Tuesday, March 15, 2005 9:42 AM
Subject: [flexcoders] I am looking for a Flex tutorial on Do while
loops Anyone know of any I am trying to create a do while loop that keeps looping
until a condition is met. I have made them before but not with Flex I did not
see any in the flex xamples webpage so I was wondering if any of you could
direct me to anywhere I can see an example I can learn from. Thanks
again |

