Breaking News
Loading...
Sunday 17 July 2016

How to use IF ELSE in Microsoft Dynamics Navision.

For understanding the use of IF ELSE statement in NAV , show below example

i:=0;
IF i=0 THEN
BEGIN
  MESSAGE('Yes YOu Are Right.');
END
ELSE
BEGIN
  MESSAGE('Sorrrry Tou Are Wrong');
END




OUTPUT:




0 comments:

Post a Comment

Thanks for comment

 
Toggle Footer