Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Obrain

    copy book parser

    Here you have a REXX that will do it. I prepared this program to work in an environment where there are standards. The conversion will not work with global usage, it is, all elementary items should be self descriptive. To use it, save the code in a member called OB in your ISPEXEC PDS; edit...
  2. Obrain

    strComp function??

    In fact it is a function based on a well known algorithm, as QuickSort and ShellSort. What you got is an implementation that does Ascending and descending depending on a parameter, on the other hand it allows to sort only part of the array which could be handy in some cases. It also work as a...
  3. Obrain

    strComp function??

    I suggest you to use the following routine: Usage: ' Load strEntry ' then: BubbleSort strEntry(),1,"ASC",1,Ubound(strEntry) You can keep it as a general sort routine for arrays that are not too big, let's say 100. For larger arrays I would suggest you to use...

Part and Inventory Search

Back
Top