Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to do this statement?
if (condition) then
begin
......
.....
end
elseif (condition) then
endif
try this
if(condition ,value1,
if(condition ,value2,
if(condition ,value3,
if(condition ,value4,
if(condition ,value5,)))))