According to my tests (which aren't exhaustive)
there seems to be another workaround :

  put 36 into A
  put 34.2 into B
  put A-B into C

  put C*100 into C
  put trunc(C)

this gives 180 as a result, while the following line
(replacing the last 2 of the above example) gives 179

  put trunc(C*100) into C

JB

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to