Subject | "if" without begin - end |
---|---|
Author | Luciano R. Machado |
Post date | 2005-01-26T14:25:51Z |
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
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