Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Техтовые Утилиты    >>    rptab
   
 
 RPTAB - Text File TABs Remover   Robert Pirko 17.09.1991

Программа для замены символов ТАБуляций на пробелы. Положение маркеров табуляции (табулостопов) можно регулировать по своему усмотрению.
If your input file contains tabs and if the tabs must be expanded to the proper number of spaces for your sort keys to line up properly, then any SORT routines will not sort it correctly because SORT does not expand the tabs. The solution is to process the file with some program that expands the tabs and then to use the output of this program as the input to SORT.



11k 
 

The following files are included in this package: RPTAB.DOC - A complete reference manual for RPTAB. RPTAB.EXE - Used if a text file contains tabs. It expands the tabs so that any SORT can sort the file correctly. RPTAB.PAS - Source code for RPTAB.EXE. If you have any problems, suggestions, or comments contact: Robert Pirko 3881 Sedgwick Ave, Apt 6D Bronx, NY 10463 or Compuserve 70363,1511 --------------------------------------------------------------------------- September 17, 1991 RPTAB Reference If your input file contains tabs and if the tabs must be expanded to the proper number of spaces for your sort keys to line up properly, then any SORT routines will not sort it correctly because SORT does not expand the tabs. The solution is to process the file with some program that expands the tabs and then to use the output of this program as the input to SORT. As a convenience, for those who face this problem, I have included a program called RPTAB in this package. The syntax for RPTAB is: RPTAB input-filespec output-filespec [tabstop...] The parameters must be given in the indicated order. The input is a file containing tabs to be expanded. After RPTAB does its thing, the contents of the output file will be the same as that of