HyperCrash

READ_FPL Operator

READ_FPL Operator

Previous topic Next topic No expanding text in this topic  

READ_FPL Operator

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Description

Reads an ASCII file containing floating point numbers (in a completely free format).

Syntax

fplist = READ_FPL(

filename

) ;

fplist

 The resulting floating point list object.

filename

 The name of the input file (string of characters).

Comments

The format of the file is free. The file is read until the end or until a wrong floating point expression is encountered. The numbers may be separated by empty lines.