Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: convert money values to integer?

From: dockimbel:free at: 26-Aug-2007 21:46

As explained in http://www.rebol.com/docs/core23/rebolcore-16.html#section-3.4
>> a: $100
== $100.00
>> second a
== 100.0
>> type? second a
== decimal! I agree that 'to-integer and 'to-decimal should work on money! type. Can someone RAMBO that if it's not already there ? -- DocKimbel Kai Peters wrote: