home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / mag_discs / 14 / pocketbook / Sorter / Manual < prev   
Text File  |  1994-12-18  |  2KB  |  66 lines

  1. ==========================================================
  2. Freeware
  3. Data Files Sorter for Psion 3.
  4. Version 1.00, December 92
  5.  
  6. by Tal Dayan
  7. tal@netcom.com
  8.  
  9.  
  10. By now, I have my new Psion 3 for more than a week and am realy impressed
  11. with it (external) design and  its operating system and
  12. applications. To learn its programming environment and to 
  13. sort my phone book, I have written Sorter which its sorting core
  14. is based on the example in the Programmer's Manual
  15.  
  16. Sorter is a Psion 3 application to sort data files (such as phone books).
  17. It sorts the records by the value of their first field (which in
  18. the case of a phone book, contains the Name field). Case differences
  19. are ignored.  
  20.  
  21. To install Sorter, 
  22.    1. copy the file sorter.app to the applications directory \app
  23.    2. Install it using the <Psion>-I key in the System screen.
  24.       This will add the Sorter icon to the icon list and below it
  25.       you wil see the list of avialable data files (same list as
  26.       in the Data icon)
  27.       
  28. Run sorter in the same way that you run Data (for example,
  29. point on one of its files and press Enter). Sorter will first 
  30. check if they file is already sorted (usefull for Flash SSD) and if
  31. not will sort it.  
  32.  
  33.  
  34.  
  35. Notes
  36.    1. Sorter will refuse to sort a file activated with the <psion>-n (New)
  37.       function as the file does not exists.
  38.       
  39.    2. If the file to be sorted is opened by another application, Sorter
  40.       will show a message and will refuse to sort it.  To sort the
  41.       file, close the application first.
  42.       
  43.    3. Sorter is Freeware and is supplied AS IS.  
  44.       I have checked with with several data files and trust it
  45.       enough to sort my own phone book.  Before using it the first
  46.       time, have a backup of any important data).
  47.       
  48.    4. Any comments (including sppellling ;-) )  are welcomed.    
  49.    
  50.    5. When sorting, the amount of data written to the disk is of the
  51.       same size as the original (and the sorted) file.  On ramdisk
  52.       that's not a problem as the old area is reclaimed automatically
  53.       (no need to Compress after the sorting) when the file is closed.
  54.       On a Flash SSD (which I don't have [yet]) the memory is reclaimed
  55.       only when the drive is formatted, and thus, if the file size is N
  56.       bytes, after the sort you will have less N bytes free.  If an
  57.       already sorted file is sorted again, Sorter detects it and does
  58.       not sort.
  59.  
  60. Tal 
  61.  
  62. tal@netcom.com
  63.  
  64. ==========================================================
  65.  
  66.