[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Integers vs. reals in s/gs



I want to store the results of dividing 3 into 6 (and into other multiples
of 3) into a s/g. But the following gives me the "2." instead of "2":
BC
Obviously I could treat 01 as a string and parse it for the period, but is there some more elegant way to get the integer 2 instead of "2."?

Thanks,
Harry