[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vb script error checking add this function and write the data to a file



PureBytes Links

Trading Reference Links

function wrtdata(a)
Dim filesys, testfile 
Set filesys = CreateObject("Scripting.FileSystemObject") 
Set testfile= filesys.CreateTextFile("c:\somefile.txt", True) 
testfile.Write a
testfile.Close 
end function
rem ________________________

bb=12314
wrtdata bb