Hello,

I think I found a bug in Active4D 4.0.2, on OS X:

If a comment goes directly after a number, Active4D doesn't recognize it:

$ambit_Id:=0` Id=0 => Entitat ; Id<0 => Zona ; Id>0 => Oficina // this lines shows an error: Invalid number

and this one:

$ambit_Id:=0 ` Id=0 => Entitat ; Id<0 => Zona ; Id>0 => Oficina // this is ok

the only difference is the space after the zero (or before the comment char)


if the comment uses // insetad of ` works always:

$ambit_Id:=0// Id=0 => Entitat ; Id<0 => Zona ; Id>0 => Oficina // this is ok


thanks,


raimon

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to