Extended value problem for Variable
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
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
This discussion has been closed.
Comments
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
On Tue, 5 Nov 2002 12:50:15 -0600, "Jim Bennett \(Digital Metaphors\)"