home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / Micro Fox Tools / Stringer Folder / About Stringer next >
Encoding:
Text File  |  1995-12-03  |  4.6 KB  |  97 lines  |  [TEXT/ttxt]

  1. Stringer           Version: 1.0       November 1995
  2. Author:     Jesse Carneiro
  3.             Micro Fox Software
  4. Address:    P.O. Box 14932 / Columbus, Ohio 43214-0932  /  U.S.A.
  5. Phone/Fax:  (614) 267-8638
  6. Internet:   microfox@kagi.com
  7. Web Page:   http://www.infinet.com/~microfox
  8. Shareware:  US$10 (cash, check, VISA or MastertCard) - see below
  9.  
  10.  
  11.   Stringer is a little utility for Mac programmers that will take a 
  12.   TEXT file with a list of words (separated by carriage returns) and 
  13.   transform this list into a string resource (STR#).
  14.  
  15.   String resources are a very efficient (and compact) way of 
  16.   maintaining list of words or any sequence of characters (up to 255 
  17.   characters each string). The resource string can be easily accessed 
  18.   with the Toolbox call GetIndString(theString, strListID, index).
  19.  
  20.   For a few strings, the job of entering them can be done from within 
  21.   ResEdit, but when you are dealing with hundreds of strings, as in 
  22.   some projects I have done, it gets very tedious and sloooow. Also, 
  23.   keeping the word list in a TEXT file allows you to more easily do 
  24.   spell checks, sorting, splitting, adding, etc.
  25.  
  26.   The file from which the list comes from should be any TEXT file.
  27.  
  28.   The file into which the generated string resource will be put in 
  29.   should be a ResEdit file.
  30.  
  31.   The "New Output File" menu option will create a new and empty 
  32.   ResEdit file into which the strings will be saved.
  33.  
  34.   In other words, the only output file recognized is a file of Type 
  35.   'rsrc'. You cannot put the string resource directly into the 
  36.   resource fork of other file types. Although, you could do the 
  37.   transfer from within ResEdit. The string resource will have an 
  38.   unique id (to avoid conflict with any other with the same id) and 
  39.   a resource name identical to that of the TEXT file it came from. 
  40.   You may rename it and assign a new id to it from within ResEdit.
  41.  
  42.   At any time you may change the input file or the output file. That 
  43.   way, the same TEXT file can be put into various ResEdit files or 
  44.   different TEXT files can be put into the same ResEdit file.
  45.  
  46. About Shareware
  47.   If you find this program useful, I urge you to send in your 
  48.   registration fee. The small amount will go a long way towards 
  49.   ensuring that shareware remains a viable alternative to commercial 
  50.   software. Not to mention that most utilities would never been 
  51.   written otherwise. Many good authors have already given up on it 
  52.   and news of low percentages of returns does not encourage anyone. 
  53.   Give and it shall be given to you. Not just shareware fees, but 
  54.   give blood, give of your time, give a smile, give a hand. When 
  55.   disaster happens, people give freely, but don't wait for a disaster. 
  56.   This universal law works every time (you get when you least expect). 
  57.   Shareware authors have done their part. Every little bit counts.
  58.  
  59.   For your convenience, registrations for Stringer are handled by 
  60.   the Kagi Shareware service run by Kee Nethery <kee@kagi.com>. In 
  61.   addition to cash in various currencies and US checks drawn on US 
  62.   banks, Kagi Shareware also accepts credit card registrations by mail, 
  63.   fax, or e-mail (your card number is scrambled). For organizations, 
  64.   they handle invoices and site licenses, too. For more information, 
  65.   run the enclosed "Register" program. It creates a customized 
  66.   registration form and tells you where to send it. Quick and simple.
  67.  
  68.   Alternatively, if you choose to pay by cash (yes, some people prefer 
  69.   it) or US check, you can send it directly to me at the address below.
  70.  
  71.   Upon receipt of your Stringer US$10 shareware fee (cash or check, 
  72.   VISA or MastertCard), I will send you the newest version with your 
  73.   name on it. Please send your name, address, electronic address 
  74.   (if any), phone and also the version number you are using.
  75.  
  76.   Note: In all likelihood, this version may already have been upgraded.
  77.  
  78.   Please let me know what you think of it. Feedback is important. 
  79.   Write, e-mail or fax any suggestions, comments or bugs to:
  80.  
  81.                   Jesse Carneiro
  82.                   Micro Fox Software
  83.                   P.O. Box 14932
  84.                   Columbus, OH 43214-0932
  85.       Phone or Fax (614) 267-8638
  86.       Internet: microfox@kagi.com   (support, comments, etc.)
  87.                 shareware@kagi.com  (for registering)
  88.       Web Page: http://www.infinet.com/~microfox
  89.  
  90. ©1995 Jesse Carneiro
  91.  
  92. The usual disclaimers apply: J. Carneiro and Micro Fox Software accept 
  93. no responsibility for any incidental or consequential damage of any sort 
  94. as a direct or indirect result of using this software.  The software is 
  95. provided “as-is,” and no warranties are made as to its fitness for a 
  96. particular purpose.  I would be very interested to hear of any problems, 
  97. though.