CompCop911
Programmer
How do you take ALL the contents of a text file (like a text file containing sample ASP code) and store it into a variable?
Also, will
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("output.asp",true)
work to create ASP files or no?
ComputerCop911
ASP and HTML Programmer
Learning VB.NET and ASP.NET
Can also help with hardware probs
Also, will
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("output.asp",true)
work to create ASP files or no?
ComputerCop911
ASP and HTML Programmer
Learning VB.NET and ASP.NET
Can also help with hardware probs