Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LoserAndFailure

    BEGINNER: TEXT STREAM DON'T WORK - HELP!!!!

    Thank you Chris and Tony! Actually I didn't get any errors, just a blank page. It works now! That'll teach me not to rely solely on Notepad anymore! Hey, do you guys know of any good ASP editors out there that catch typos like that? I have Microsoft's FrontPage and Visual Studio, but I...
  2. LoserAndFailure

    BEGINNER: TEXT STREAM DON'T WORK - HELP!!!!

    I hope you guys can help me. I am doing an example out of the book "Beginning Active Server Pages 3.0", Chapter 10. This is an example about text streams. I copied this code WORD FOR WORD FROM THE BOOK and it DOESN'T WORK! The only way it will work is if I use THE AUTHOR'S code, which I...
  3. LoserAndFailure

    Newbie: Problem with "if" statement compatibility

    Here is the fragment of code that the compiler keeps fussing about: private int firstEmptyElement() { int i; for (i=0; i<asciiRange.length; i++) { if (asciiRange[i] = 0) break; } return i; } And here is the error msg I get: C:\jdk1.2.1\bin>javac...
  4. LoserAndFailure

    Newbie with If/End If problem needs help

    Hi, I'm a VB newbie and I keep getting this error saying "If block without End If". I have pored and pored over this code til I'm blue in the face and I still see nothing wrong with it. I guess I need more eyes looking at it. I hope you guys can help me. Your help will be greatly appreciated...

Part and Inventory Search

Back
Top