asciiwrite


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