|
Re: hey, stupid question but...
Quote:
Originally Posted by Matt Krass
All that would do is make it global, and the error would be different for that. I'm with Mike and the gang, I say it's an error in a previous line, or it doesn't like using int in the function name.
|
thats true if the variable is only used in a function-level scope
but ive made the mistake of using function-level variable outside the function.
Its probably not the problem, but its worth a try.
__________________
Real programmers don't comment their code:
it was hard to write... it should be hard to understand
|