Subject "if" without begin - end
Author Luciano R. Machado
Hi all,

We have used the following code in our procedures:

if (var1 = 4) then
var2 = 3.44;
else
var3 = 6.21

Is there any knowed problem using it without the begin - end ?

With regards.

--
Luciano RM