Scilab Function

mgetl - read lines from an ascii file

Sequence d'appel

txt=mgetl(file_desc [,m])

Parametres

Description

mgetl function allows to read a lines from an ascii file.

If m is omitted or is -1 all lines till end of file occurs are read.

If m is given mgetl tries to read exactly m lines, if an end of file occurs before m lines are read an error is issued. This option is useful to sequentialy read part of a file as follow

mgetl allows to read files coming from Unix, Windows, or Mac operating systems.

Exemples

Voir aussi

Auteur