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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.