S
savoine
Guest
DEFINE VARIABLE cExpression AS CHARACTER NO-UNDO. ASSIGN cExpression = "IF 2 + 2 = 4 THEN '1' ELSE '2'". DISP cExpression. /* How to display 1 or 2 instead --> "IF 2 + 2 = 4 THEN '1' ELSE '2'" */
Continue reading...
Continue reading...