PDA

View Full Version : VBS Scripts


dstealth97
07-21-2002, 10:55 PM
Can someone show me how to write a vbs script that can delete top and bottom rows of a text file?

Thanks in advance,

dstealth97
08-05-2002, 07:59 PM
VB script gurus! where are you????????????:15:

yeudoi
08-06-2002, 03:18 AM
This site has some textfile tutorial:

http://www.vbinformation.com/tut-file.htm

You should create a line variable with an array i representing line[i] or some sort. The last line would be line[i] and the first line would be line[1] or line[0] based on your coding.