home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / DRHLPRDR.PAK / READER.QRS next >
Text File  |  1995-08-29  |  385b  |  11 lines

  1. <FUNCTION name="Title Search">
  2.      <FIELD title="Find inside Titles:" variable=q> 
  3.      <QUERY>$q inside (<title> or <label>)</>
  4. </FUNCTION>
  5. <FUNCTION name="Proximity Search">
  6.      <FIELD title="Find:" variable=w1> 
  7.      <FIELD title="within how many words:" variable=n> 
  8.      <FIELD title="of this word:" variable=w2>
  9.      <QUERY>$w1 within $n words of $w2 </>
  10. </FUNCTION>
  11.