[REBOL] Ask
From: ammoncooke:ya:hoo at: 26-Sep-2001 11:21
Hi,
I am trying to use 'ask in one of my scripts:
view ask reform ["which layout; " lyts "? "]
at the prompt I type:
pn1
** Script Error: view expected view-face argument of type: object
** Where: do-boot
** Near: view ask reform ["which layout; " lyts "? "]
>>view pn1
the layout is displayed properly. Why? I have tried:
lyt: ask reform ["which layout; " lyts "? "]
view reform[lyt]
but that returns the same error. Somehow there has got to be a way to tell REBOL that
the value has a value. ;)
Thanks!!
Ammon