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

[REBOL] Re: External library interface

From: lmecir:mbox:vol:cz at: 3-Jul-2003 12:02

Hi Romano,
> For any-string you need: > > address?: function [ > {get the address of a string} > s [any-string!] > ] [address] [ > parse/all s [s:] > s: make struct! [s [string!]] reduce [s] > address: make struct! [i [integer!]] none > change third address third s > address/i > ]
it looks like my function is working here without modification: address? #{3131} ; == 11169128 address? [lmecir--mbox--vol--cz] ; == 11154848 address? make image! none ; == 11169336
> Can we find a workaround for block (instead of string?)
?
> Ciao > Romano
Ciao -L