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

[REBOL] Re: to-number does not work

From: lmecir:mbox:vol:cz at: 1-Oct-2003 9:51

Hi all, ----- Original Message ----- From: "Brett Handley" <[brett--codeconscious--com]> To: <[rebol-list--rebol--com]> Sent: Wednesday, October 01, 2003 6:40 AM Subject: [REBOL] Re: to-number does not work
> It looks like these to-* functions have been created for the pseudo
types..
> I think my pick of the bunch would be: > > to-any-type "make my day" > > :^) > > > Anybody else sent this to feedback yet? > > Just looking up the public bug tracking system... oops we don't have one! > You better send it then :^) > > Regards, > Brett.
edit: http://www.compkarori.com/vanilla/display/Core+Level , please.
> ----- Original Message ----- > From: "Ashley Truter" <[atruter--labyrinth--net--au]> > To: <[rebol-list--rebol--com]> > Sent: Wednesday, October 01, 2003 1:53 PM > Subject: [REBOL] to-number does not work > > > > > 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
-Ladislav