Microsoft Scripting Runtime
TextStream Object
/ Skip Method
Collapse All
Expand All
In This Topic
Description
Syntax
Parameters
See Also
Sample Template
Classic
Material
Light
About this Sample
Microsoft Scripting Runtime
Overview
Objects
Dictionary Collection
Drive Object
Drives Collection
Encoder Object
File Object
Files Collection
FileSystemObject Object
Folder Object
Folders Collection
IFileSystem3 Object
IScriptEncoder Object
TextStream Object
Overview
Members
Methods
Close Method
Read Method
ReadAll Method
ReadLine Method
Skip Method
SkipLine Method
Write Method
WriteBlankLines Method
WriteLine Method
Properties
AtEndOfLine Property
AtEndOfStream Property
Column Property
Line Property
Enumerations
CompareMethod Enumeration
DriveTypeConst Enumeration
FileAttribute Enumeration
IOMode Enumeration
SpecialFolderConst Enumeration
StandardStreamTypes Enumeration
Tristate Enumeration
Skip Method
In This Topic
Description
Syntax
Parameters
See Also
Description
Skip a specific number of characters
Syntax
Visual Basic
Public
Sub
Skip
( _
ByVal
Characters
As
Long
_ )
Parameters
Characters
See Also
TextStream Object
|
TextStream Members