[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


DETABIFY Source code in detabify.pro

DETABIFY

Name
       DETABIFY
Purpose
       Replaces tabs in character strings with appropriate number of spaces
Explanation
       The number of space characters inserted is calculated to space
       out to the next effective tab stop, each of which is eight characters
       apart.
Calling Sequence
       Result = DETABIFY( CHAR_STR )
Input Parameters
       CHAR_STR = Character string variable (or array) to remove tabs from.
Output Parameters
       Result of function is CHAR_STR with tabs replaced by spaces.
Restrictions
       CHAR_STR must be a character string variable.
Revision History
       William Thompson, Feb. 1992.
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:13 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically