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

[REBOL] Truncation Re:

From: larry:ecotope at: 31-Jul-2000 10:49

Hi Paul Well for numbers of absolute magnitude less than 2,147,483,647 (i.e., within the range of the integer datatype) you can do this:
>> to-integer 47.2393
== 47 HTH -Larry