mputl

mputl — writes strings in an ascii file

Calling sequence

mputl(txt [,file_desc])   

Parameters

file_desc :a character string giving the file name or a logical unit returned by mopen. If omitted lines are written in the last file opened by mopen.
txt : a vector of strings.

Description

mputl function allows to write a vector of strings as a sequence of lines in an ascii file.

See also

mputl, mclose, mfprintf, mput, mputstr, mopen, write

Author

S. Steer