Hi Rosemary,
RdD> img: image 200x300 load rejoin ["%" filename/text]
REJOIN coerces to the type of the first value in the block, in this
case a string, so REJOIN will return "%fred.png". LOAD them converts
that to a file, so you could just do:
to file! get-face filename
If you're doing it inside LAYOUT, it should work, even without
parenthesizing it.
Do you get nothing? An error? Does the file exist? Have you probed the
result to make sure it does, indeed, contain the filename you expect?
(silly questions, I know, but... :)
-- Gregg
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.