Hi
How to skip record in Repeat until loop
IF ILE[1].FINDFIRST THEN REPEAT
Qty[1] += ILE[1].Quantity;
UNTIL ILE[1].NEXT=0;
Thanks
*This post is locked for comments
Hi
How to skip record in Repeat until loop
IF ILE[1].FINDFIRST THEN REPEAT
Qty[1] += ILE[1].Quantity;
UNTIL ILE[1].NEXT=0;
Thanks
*This post is locked for comments
Hi,
I think the best way is to use IF ... THEN ... inside the repeat loop
Robertas
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156