Previous PageNext Page

8.12.10 SkipLine Method

Skips the next line when reading a TextStream file.
 

Syntax

object.SkipLine

Arguments

object
The name of a TextStream object.

Remarks

Skipping a line means reading and discarding all characters in a line up to and including the next newline character.
 
An error occurs if the file is not open for reading.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page