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

[REBOL] Re: Ask

From: ammoncooke:yah:oo at: 27-Sep-2001 10:04

Nope! Same effect as 'ask: ** Script Error: view expected view-face argument of type: object ** Where: do-boot ** Near: view request-text reform ["which layout; " lyts "? "]
>> view pn1 >> view "pn1"
** Script Error: view expected view-face argument of type: object ** Near: view "pn1"
>>
That was with pn1 typed in the request-text box. As you can see 'pn1 is an object of type 'layout, but both 'request-text, & 'ask return a string value. How do I get that value to reference the object!? Thanks!! Ammon