asciiwrite
This procedure is used create an ascii text file of NCL numeric data type.
Synopsis
procedure asciiwrite(
filepath[1]:string,
value
)
Arguments
- filepath
- Path for new ascii file.
- value
- Any NCL value of any dimensionality.
Description
The asciiwrite function is used to create an ascii data file
from an NCL variable. Each element of the value parameter
is written in its string representation followed by a return. The data
are ordered in their row x column internal ordering.
Reference Manual Control Panel
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.10 $ $Date: 1998/06/15 21:28:56 $