Hey guys i have a two questions.
1) How variable act when ( for example think integer maxValue is +- 100 )
sum : integer;
sum+=200;
and sum reaches integer maxValue. Here comes next question related
2) Is there a way in delphi to catch when this situation have place and do somethink else and do it with familiar as try except ? Or if can't is there a way to do it with if then ?