McIDAS User's Guide
Version 2016.2

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]


LWTODOS

Converts LW format files to ASCII text format files.


Format

LWTODOS sfile dfile R


Parameters

sfile

source LW file name

dfile

destination ASCII text file name; must be different than sfile

R

replaces the destination file if it already exists


Remarks

The LW file format is an 80-character card image, blank padded as needed, with no carriage returns or line feeds. The ASCII text file format contains variable-length lines of ASCII text with a carriage return at the end of each line.


Examples

LWTODOS SFCPLT SFCPLT.TXT

This entry converts the LW file named SFCPLT to an ASCII text file named SFCPLT.TXT.


[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]