Try this :-

set fs = Server.CreateObject("Scripting.FileSystemObject")
set f = fs.CreateTextFile(filename,true)
f.write sometext
f.close
set f = nothing 
Set fs = nothing

Dan

-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Ben Shaffer
Sent: 27 September 2005 12:54
To: [email protected]
Subject: [ASP] RE: Creating Text File Error

I have spent hours trying to correct the following script and Googling
to find the answer, so I now think that I am justified in asking the
experts!

 

 

set fs=Server.CreateObject("Scripting.FileSystemObject")

 

 

set f=fs.CreateTextFile(filename,true)

set f=nothing

 

set f=fs.openTextFile(filename,8, True, 0)

            f.write sometext

set f=nothing

 

The error message that I am getting is:

 

Microsoft VBScript runtime error- Error '800a0005' 

Invalid procedure call or argument 

/indexproc.asp, line 249 

 

line 249 is :

 

            f.write sometext

 

sometext is sometimes very long. Also I am doing this action with many
different sometext within the same script. Another thought, is that
sometext may display a letter which is causing this error.

 

Anyone come across something like this before?

 

Thanks,

 

Ben

 

 

 

 



[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet
Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------

 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
---------------------------------------------------------------------
Yahoo! Groups Links



 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to