Previous PageNext Page

7.25.9 Skip Method

Skips a specified number of characters when reading a TextStream file.
 

Syntax

object.Skip(characters)

Arguments

object
The name of a TextStream object. Required.
characters
Number of characters to skip when reading a file. Required.

Remarks

Skipped characters are discarded.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page