I am trying to compile code to test, when I get an error message saying that there has been an error with the compiler. But when I try to compile other code, it works just fine. And the error message is a microsoft message, I get no error from DBPro itself. Is there something that I'm doing wrong or should include?
I found out that something is wrong with me declaring variables. Is this correct?:
blahblah as integer = 100
Okay, I corrected the main problem, but now I have another problem: The screen is blank. I believe that this problem is in this subroutine:
Any help would be highly appreciated.
Ok, the problem is officially in these lines:
if lower$(usePotion$) = "y"
input "Use A Health Potion(1) Or A Mana Potion(2). ", daPotion$
endif
Please help because I don't see what I'm doing wrong. And when I take away the "lower$()" I get an error saying that it can complete a type conversion.
I fixed it (it was the way that I ordered the "if" statement) but only by getting rid of the "lower$()". I would like to know why the "lower$()" command didn't work. When I used it, nothing appeared on the screen.
www.war3forums.net