while loop action - Forum

Forum Navigation
You need to log in to create posts and topics.

while loop action

Hi,

I have duplicated button with (its integer value) first time by clicking and the second time by (while loop).

both of them have same code but their results are different, why?

you can see better my question in the attachment.

 

Uploaded files:
  • You need to login to have access to uploads.

Hi @asmat,
It's probably due to the speed the loop is executed. Quicker than the variable values are updated, but using Refresh doesn't make any difference :(
Take a look at my attached modified sample to get a working result using a Timer object instead.

Uploaded files:
  • You need to login to have access to uploads.
asmat has reacted to this post.
asmat