On Tue, 31 Oct 2000, Sven Sahle wrote:
CONST a=0; VAR b: double;
BEGIN IF a<>0 THEN b:=10/a; END.
Writing the type of your constant helps here. For example:
CONST a:double = 0
Regards, Adam Naumowicz
-------------------------------------- WWW: http://math.uwb.edu.pl/~adamn/ --------------------------------------