How to use repeat Until loop in Microsoft Dynamics Navision. Get link Facebook X Pinterest Email Other Apps July 17, 2016 For understanding the use of repeat until loop in NAV, show below example.i:=0;REPEAT i:=i+1; MESSAGE(FORMAT(i));UNTIL i>10OUTPUT: Here it will display continuous message box 10 time with 1 to 10 numbers Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment