NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Skip Method

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

object.Skip(characters)

Arguments

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

Remarks

Skipped characters are discarded.

See Also

Close Method | Read Method | ReadAll Method | ReadLine Method | SkipLine Method | Write Method | WriteBlankLines Method | WriteLine MethodApplies To: TextStream Object