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

[REBOL] Re: newbie question (and some frustration)

From: ammon:addept:ws at: 1-Mar-2004 18:19

My last post was a little premature... The problem lies in the fact that a word within a block is just a word. This code should make it all work... web-data: read/custom http://chiex04.algx.com/phone/phone_search_results.asp reduce ['post txt-search] use REDUCE or COMPOSE to get the value of the word (txt-search in this case) An example using compose... web-data: read/custom http://chiex04.algx.com/phone/phone_search_results.asp compose [post (txt-search)] HTH ~~Ammon ;~>