[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


cafeexecscan Source code in cafeexecscan.pro

cafeexecscan

Name
           cafeexecscan
Purpose
           scans exec string into token
           A token is a substring, being either
           - a comma
           - open/close parentheses ()
           - open/close brackets []
           - open/close string (")
           - some other characters
           - empty string if nothing matching found
Category
           CAFE
SYNTAX:
           token=CAFEEXECSCAN(str)
Input Parameters
           str - exec string to split into tokens
Output Parameters
           Returns a token string. If no more token found the string
           is empty. The input string str will be changed by removing the
           token found.
Revision History
           $Id: cafeexecscan.pro,v 1.2 2005/01/04 10:56:05 goehler Exp $
 $Log: cafeexecscan.pro,v $
 Revision 1.2  2005/01/04 10:56:05  goehler
 fix: make shure all (internal) routines are properly documented
 Revision 1.1  2003/02/17 17:26:10  goehler
 Change: now really parsing the input line (avoid ";")

Last modified by pro2html on 2005 January 04 at 16:27 UTC

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

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