fget

Get data from a file.

Syntax

result = fget ( fileHandle ) ;

Arguments

handle fileHandle

Return Value

list result

Warnings

%EOF : At the end of stdin, the result is "".

Exceptions

%ARGUMENT : Invalid arguments. Usage: result = fget ( fileHandle ) ;

%FILE : Invalid file handle.

Description

None

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None