home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rexxalgo.zip / Read.me < prev    next >
Text File  |  1997-07-02  |  952b  |  35 lines

  1. RexxAlgo 1.31 - Some useful Rexx algorithms
  2.  
  3. Last change: Jul, 2, 1997 
  4.  
  5. The file RXALG130.CMD is the collection of some Rexx algorithms:
  6.  
  7.   1. Binary search
  8.   2. Bubble sort 
  9.   3. Insertion sort
  10.   4. Quick sort
  11.   5. Shell sort
  12.   6. Square root
  13.   7. Cube root
  14.   8. Digital Audio Player (mciRexx)
  15.   9. To lower case
  16.  10. Gregorian to julian date
  17.  11. Julian to gregorian date
  18.  12. Year with century
  19.  13. Exclude multiple items
  20.  14. Recursive string formatting
  21.  15. Remove umlaut characters
  22.  16. Replace a string
  23.  17. Recursive directory path creating
  24.  18. Delete directory path
  25.  19. Greatest common divisor
  26.  
  27. All these code templates are written as internal subroutines.
  28. Unzip it with UNZIP.EXE.
  29.  
  30. You can find RexxAlgo.ZIP in the following CompuServe forums:
  31. - OS2USER (Open forum)
  32. - OS2DF1  (REXX/Other lang.'s)
  33.  
  34. REXX SORT SEARCH BINARY BUBBLE INSERT SHELL QUICK AUDIO PLAY ALGORITHM TOLOWER JULIAN MULTIPLE RECURSIVE
  35.