Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ASP 3.0 : How to read a delimeted(delimeter ||) text file Signup · Login
Author Thread
How to read a delimeted(delimeter ||) text file
Posted in tutorial: Working with Drives, Folders and Files in ASP
·  Jignesh
User
Joined: 27 Nov 2002
Total Posts: 1
How to read a delimeted(delimeter ||) text file
Posted: 27 Nov 2002
How to read a delimeted(delimeter ||) text file in ASP
·  Faisal Khan
AdminAdminAdminAdmin
Joined: 24 Sep 2002
Total Posts: 547
Re: How to read a delimeted(delimeter ||) text file
Posted: 28 Nov 2002
Use "Split()" method of VBScript. To learn more about Split(), see the documentation that comes with VBScript or download it from www.microsoft.com/vbscript.

You'll have to open the file using FSO, then using Split() and the delimiter, you'll get an array of sub-strings. Then do what you what you want to do with it.

Hope it helps!

Faisal Khan.
Stardeveloper.com

Users Who Have Visited This Thread In Last 24 Hours
3 Visitors

Login
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.