<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/STRING/

getfile.pro

topgetfile

result = getfile(filein, error=error, help=help, quiet=quiet, find=find)

NAME: GETFILE PURPOSE: Read a text file into a string array. CATEGORY: CALLING SEQUENCE: s = getfile(f) INPUTS: f = text file name. in KEYWORD PARAMETERS: Keywords: ERROR=err error flag: 0=ok, 1=file not opened, 2=no lines in file. /QUIET means give no error message. /FIND search te file in the all !path directories (use find.pro) OUTPUTS: s = string array. out COMMON BLOCKS: NOTES: MODIFICATION HISTORY: R. Sterner, 20 Mar, 1990

Parameters

filein       

Keywords

error       

help       

quiet       

find       

Produced by IDLdoc 2.0.