MGH_SKIPLINE
Name
MGH_SKIPLINE
Purpose
Skip a specified number of lines in a text file, by reading and
discarding a string
Calling Sequence
mgh_skipline, lun [, n]
Positional Parameters
lun (input, integer scalar)
Unit number.
n (input, integer scalar)
Number of lines to skip. Default is 1.
Modification History
Mark Hadfield, 2013-04:
Written.