On 10/03/2020 10:10 am, fredvs wrote:
> "msedatalist.pas(891,18) Warning: range check error while evaluating
> constants (-193 must be between 0 and 255)"

That means the constant (or variable) had the value -193, but used in a
data type that only supports values between 0 and 255.

That could have serious side effects in the behaviour of [some] code
logic if not fixed.

Regards,
  Graeme


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to