Search found 1 match
- Sat Oct 01, 2005 8:31 am
- Forum: Beginners
- Topic: Decimal place > 2
- Replies: 3
- Views: 6583
Decimal place > 2
I am having problems with decimal places > 2. This code: GetClipBoard>myvalue //myvalue=1.1234 Sub>myvalue,0.01 results in 1.11, which is ok. This code: GetClipBoard>myvalue //myvalue=1.1234 Sub>myvalue,0.001 results in 1.12, which is not ok - it is simply chopped off, with no calculation being done...