PDA

Click to See Complete Forum and Search --> : vb and cgi


J.X.
Mar 18th, 2000, 05:03 AM
Open path & FileName For Input As #1
.....
Do While y < 1 And Not EOF(1)

Line Input #1, copyText$

hStdOut = stdout()
WriteFile hStdOut, copyText, Len _ (copyText + Chr(13)), lBytesWritten

this is a code that I try to read in the characters and put into the buffer called copyText$ and output it in the writeFile function.I am not sure if I can do line input statement in the cgi format to read in strings. and the bowser is running forerver for some reason. I guess it didn't work in somewhere. any suggestions? thank you very much.