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

[REBOL] Re: Converting a hex string into an integer

From: larry::ecotope::com at: 12-Jul-2001 13:16

Hi Gavin
>> a: "#x3c"
== "#x3c"
>> to-integer to-issue skip a 2
== 60
>>
Maybe others can find an even shorter conversion? -Larry