[fpc-other]How can I change the variable value?

Marco van de Voort marcov@stack.nl
Fri, 16 Nov 2001 18:03:15 +0100 (CET)


> When I tried to perform the function of dividing one INTEGER:20 by 
> another INTEGER:10, I always got the statment that the result is in REAL 
> type instead of INTEGER as expected. what happened and How can I change 
> the setting?

Use the integer divide operator "DIV" instead of the real operator /