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

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

From: artus_fr::yahoo::fr at: 27-May-2002 14:04

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 ? thanks for your help :-)