Re: aspfaq article
From: Aaron Bertrand [MVP] (aaron_at_TRASHaspfaq.com)
Date: 03/04/04
- Next message: Josaz: "scripting lib (reusable functions)"
- Previous message: Aaron Bertrand [MVP]: "Re: objWshell.Run "%COMSPEC% /C ren topoX.jpg topo_cliente.jpg", 0, TRUE ???"
- In reply to: G: "aspfaq article"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Mar 2004 11:14:46 -0500
> building select I confronted with error on my code. I turned ON option
> explicit on the getrowsmove.asp so I was forced to dim the i, link, s
> variables and it took lot of time to figure because the option explicit
did
> not throw the error.
WHAT error? On WHAT line?
> Secondly, How do I remove an entire line while using scripting object
> FILESYSTEMOBJECT.
You can't. You would have to build a new string by reading the file and
leaving out the offending line, then overwrite the text file. For a
semi-tutorial on FSO, see http://www.aspfaq.com/2039
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
- Next message: Josaz: "scripting lib (reusable functions)"
- Previous message: Aaron Bertrand [MVP]: "Re: objWshell.Run "%COMSPEC% /C ren topoX.jpg topo_cliente.jpg", 0, TRUE ???"
- In reply to: G: "aspfaq article"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|