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

[REBOL] to-number does not work

From: atruter:labyrinth:au at: 1-Oct-2003 13:53

I get the following with 1.2.10.3.1:
>> to-integer 1
== 1
>> to-decimal 1
== 1
>> to-number 1
** Script Error: Cannot use to on datatype! value ** Where: to-number ** Near: to number! :value Anybody else sent this to feedback yet? Regards, Ashley