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

[REBOL] newbie question (and some frustration)

From: greg::brondo::algx::com at: 1-Mar-2004 17:39

The code below fails with the error listed. The /custom refinement expects a block '[post <string>]'. However, it doesn't like a word that's value is a string. What gives? Anyone please help! I've wasted a good hour trying to make this work. fld_lastname: "brondo" fld_firstname: "greg" txt-search: rejoin [txtLastname=" fld_lastname "&txtFirstname=" fld_firstname] web-data: read/custom http://chiex04.algx.com/phone/phone_search_results.asp [post txt-search] print web-data Any ideas?