Home » Microsoft Dynamics Navision » NAV » How to use While loop in Microsoft Dynamics Navision. How to use While loop in Microsoft Dynamics Navision. Nirav Daraniya 15:40 Microsoft Dynamics Navision NAV For understanding the use of CASE statement in NAV , show below example. i:=0; WHILE i<10 DO BEGIN MESSAGE(FORMAT(i)); i:=i+1; END; OUTPUT: Here it will display continuous message box 10 time with 1 to 10 number. Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment
Thanks for comment