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:




Comments

Popular posts from this blog

How to use serial.write() in Arduino.

How to Generate random rows in dataset using c#.net

How to use Format function in Microsoft Dynamics Navision.