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

[REBOL] Re: how to prevent scientific notation for decimal numbers?

From: gregg:pointillistic at: 20-Jul-2009 9:37

Hi Şemseddin, ŞMB> Hi, how do I prevent Rebol Console to use scientific notation for ŞMB> decimal numbers? ... ŞMB> Is there a system/option? There isn't a system option, unfortunately. It's come up a number of times, and the best you can do is to have a function you use to format the numbers yourself. http://www.rebol.org/ml-display-thread.r?m=rmlZFPQ http://www.rebol.org/ml-display-thread.r?m=rmlNKXQ http://www.rebol.org/ml-display-thread.r?m=rmlCKVC -- Gregg