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

[REBOL] Re: WS_EX_LAYERED = &H80000 to Rebol Int?

From: amicom:sonic at: 4-Feb-2003 7:03

Is this what you were looking for? It's not pretty, but it works.
>> tmp: rejoin ["#{" skip ws_ex_layered 2 "}"]
== "#{80000}"
>> if even? length? tmp [insert at tmp 3 "0"]
== "80000}"
>> to-integer load tmp
== 524288 Bohdan "Bo" Lechnowsky Lechnowsky Technical Consulting At 03:58 PM 2/3/03 -0800, you wrote: