[REBOL] Re: bug: not able to convert integer variable with to-binary

2002-05-28 Thread tmo
Hi carl and romano. Thanks for help. All is right !!! :-) ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- To unsubscribe from this list, please send an email to [EMAIL

[REBOL] Re: bug: not able to convert integer variable with to-binary

2002-05-27 Thread Carl Read
On 28-May-02, tmo wrote: hi. to-binary [255] works...= #{FF} but when i use a integer variable, for example this: mavar: 255 to-binary [mavar] or to-binary [:mavar] = it doesnt work !!! So how can convert my integer variable into binary ? Your problem is that the 'mavar in the block