home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / proper11.zip / PROPER.DOC < prev   
Text File  |  1991-12-01  |  780b  |  23 lines

  1. Proper 1.1 - December 1, 1991
  2. Copyright 1991 - BoxSoft Development Corp
  3.  
  4. This is a new version of the Proper LEM that has been provided with my models
  5. for years now.  The only difference is a fixed bug.  If you have a name like
  6. "Mc Donald", it will leave the space " " after the Mc as a space, rather than
  7. converting it to a nul character (ascii value 0).
  8.  
  9. Proper is a function.  You pass it a string and it returns the string with
  10. the letter case converted for a proper name.  It assumes that the letter
  11. following "Mc" (as in "McDonald's") is capitalized, whereas the letter
  12. following "Mac" (as in "Macintosh") is not.
  13.  
  14. The usage is as follows:
  15.  
  16.              Result = Proper(Original)
  17.  
  18.              or
  19.  
  20.              SHOW(1,1,Proper('SMITH'))
  21.  
  22. <end-of-file>
  23.