A
andreas
Hi,
I have to investigate many decimal numbers if they are integral or not and I
know that max =99999,999..
What I do is :
str = cStr(numbD)
If str.length <= 5 then ...
I wonder if this is the fasted method to do so
Thanks for any responsE
I have to investigate many decimal numbers if they are integral or not and I
know that max =99999,999..
What I do is :
str = cStr(numbD)
If str.length <= 5 then ...
I wonder if this is the fasted method to do so
Thanks for any responsE