[REBOL] Re: External library interface
From: rotenca:telvia:it at: 3-Jul-2003 11:18
Ciao ladislav, 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 ] Can we find a workaround for block (instead of string?) --- Ciao Romano