Home End User

Extended value problem for Variable

edited November 2002 in End User
When we use assignment such as
Value := 1000000;
onCalculationEvent of variable everything ok but if we try to assign a
Value := 10000000; (which is outof range fo integer )
even variable type Extended report could not be generated if
Value := 10000000.01; then everything ok i think parser couldnot
identify that value is extended and could not make true type casting
is Extended value has no fraction; is there any solution for that

Comments

This discussion has been closed.