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

[REBOL] Re: parse rule for converting hex to decimal

From: sqlab:gmx at: 23-Feb-2010 7:43

Just because I want to know the delay between sending and receiving the posts I add one more parse/all text [ (result: make block! 5) some [ thru "$" copy x [ to "," | to end] ( append result to-integer debase/base x 16) skip ] ]
>> now/utc
== 23-Feb-2010/6:43:35 On 22.02.2010 16:06, sqlab wrote: