Breaking News
Loading...
Sunday, 17 July 2016

How to use While loop in Microsoft Dynamics Navision.

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.




0 comments:

Post a Comment

Thanks for comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Toggle Footer