home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / remws < prev    next >
Encoding:
Text File  |  2002-10-28  |  343 b   |  19 lines

  1. Synopsis:
  2.    $remws(<lwords> / <rwords>)
  3.  
  4. Technical:
  5.    This function simply returns <rwords> with all of the words to the left
  6.    of the / removed.
  7.  
  8. Returns:
  9.    <rwords> with <lwords> removed
  10.  
  11. Examples:
  12.    $remws(foo bar / test blah foo fnord bar nyah)
  13.       returns
  14.    "test blah fnord nyah"
  15.  
  16. See Also:
  17.    remw(6); uniq(6);
  18.  
  19.