[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
New Address!   --   Neue Adresse!
[Uni logo]


REMCHAR Source code in remchar.pro

REMCHAR

Name
       REMCHAR
Purpose
       Remove all appearances of character (char) from string (st)
Calling Sequence
       REMCHAR, ST, CHAR
Parameters
       ST  - String from which character will be removed, scalar or vector
Input Parameters
       CHAR- Single character to be removed from string or all elements of a
               string array
Example
       If a = 'a,b,c,d,e,f,g' then
       IDL> remchar,a, ','
      will give a = 'abcdefg'
 REVISIONS HISTORY
       Written D. Lindler October 1986
       Test if empty string needs to be returned   W. Landsman  Feb 1991
       Work on string arrays    W. Landsman   August 1997
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2002 September 10 at 03:53 UTC

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

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