i have grabbed a username from a text file using filesystemobject and i can display it in my asp by using:
Response.Write " " & "Welcome " & objtextStream.Readline)
[COLOR="666666FF"]how can i get the username into a string?[/color]
i have tried declaring cUser = objtextStream.Readline but this returns an error
Response.Write " " & "Welcome " & objtextStream.Readline)
[COLOR="666666FF"]how can i get the username into a string?[/color]
i have tried declaring cUser = objtextStream.Readline but this returns an error