![]() |
Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
![]() |
cafeexecscan
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
CAFE
token=CAFEEXECSCAN(str)
str - exec string to split into tokens
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.
$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 ";")
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]