Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using Open and Get to read data from file

Status
Not open for further replies.

biot023

Programmer
Nov 8, 2001
403
GB
Hallo.
Can anyone point me to a good FAQ or tutorial about opening & reading data from a file in VB script?
Thanks alot,
Douglas JL

A salesman is a machine for turning coke into obnoxious arrogance.

Common sense is what tells you the world is flat.

 
Hi Douglas

With pure VBScript you can't perform file I/O. But you can use the FileSystemObject in VBScript to do this.

Here is a good documentation with samples:
FileSystemObject - Working with Files

Other related articles:
FileSystemObject (General)

VBA Features not in VBScript

Key Differences Between Visual Basic for Applications and VBScript

HTH
Philipp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top