A
André
Hello,
I need to know whether the result of a division is a integer or not.
dim x =60
dim y = 3
if x/y is a integer then
....
else
....
end if
How can i know that?
Thanks
André
I need to know whether the result of a division is a integer or not.
dim x =60
dim y = 3
if x/y is a integer then
....
else
....
end if
How can i know that?
Thanks
André