PDA

View Full Version : javascript loop not working in qml project



vinayaka
18th August 2011, 08:56
javascript loop not working.it only satisfies only last value of "i" in the loop (eg:for(var i=0;i<6;i++)).it gives the value of the statement when i incremented to 6 only. can you help in this?

wysota
18th August 2011, 10:01
What's the body of the loop? How do you know it is not working?