Results 1 to 2 of 2

Thread: vb and cgi

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    15
    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.

  2. #2
    Member
    Join Date
    Mar 2000
    Location
    Mentor,Oh,US
    Posts
    33

    lib

    Hmmm, I think i remember seeing something like that in the MSDN library... you have it right?

    -Dead

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width