[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Integers vs. reals in s/gs
- Subject: Integers vs. reals in s/gs
- From: Harry Binswanger hb@xxxxxxxx
- Date: Sun, 02 Oct 2016 22:04:52 -0400
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