next up previous contents
Next: READ-FITS-SPECTRUM Up: List of commands in Previous: PUSH-STACK-UP   Contents


READ

READ reads a variable of numeric type (I, R, L) from a character string, or expression.

Examples:

     >>  read
     Variable name?  azimuth
     Input string?   '127'

     >>  declare string c80
     >>  read string '145.001'
     >>  read azimuth string

     >>  read azimuth '127'

see also the ASK command to read from the terminal or command file.



Jamie Leech 2004-08-16