foxteam1
IS-IT--Management
- Jul 28, 2006
- 8
Hi
I use MOD() function but i have a problem comparing with calc. i try
With calc :
60000000000000001/23=2608695652173913,0869565217391304
and
with Mod(60000000000000001/23)=0
in VFP Command Window
60000000000000001/23=2608695652173913,000000000000000
(i have changed the number of decimal digits to 18 in the options)
Any idea ? why i can't use MOD() ?
Thanks
Franck
( i use VFP6 SP4)
I use MOD() function but i have a problem comparing with calc. i try
With calc :
60000000000000001/23=2608695652173913,0869565217391304
and
with Mod(60000000000000001/23)=0
in VFP Command Window
60000000000000001/23=2608695652173913,000000000000000
(i have changed the number of decimal digits to 18 in the options)
Any idea ? why i can't use MOD() ?
Thanks
Franck
( i use VFP6 SP4)