Zitat:
[SG!]overcooler hat geschrieben:
in vbs gehts so:
Set objFs = CreateObject("Scripting.FileSystemObject")
Set objText = objFs.OpenTextFile("pfad und dateiname",1)
Response.Write objText.ReadAll
objText.Close
Set objTextStream = Nothing
|
Response.write ????
das hat doch nix mit Ausgabe von Text in VBA zu tun sondern um einem Client per Webbrowser was zu schicken. (is aber was total anderes als in VBS!!)