
Hi, can someone help me make a looping like for(i=0; i<inputfromuser; i++)
i want patch data to table as many number user input.
thank you.
@Anonymous
You can create a loop with a timer. Start the timer by clicking it.
Repeat Property
i <= numberOfIterations
OnTimerEnd Property
Patch Code Here
Set(i, i + 1);
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."