PT
Developer Forums
Register
Login
AppGameKit Classic Chat
->
What does this mean, and how do I get rid of it?
<
1
>
R
Rich Dersheimer
Joined:
1st Jul 2009
Location:
Inside the box
Posted:
4th Sep 2011 21:01
This just started popping up, and it is driving me crazy!
As you can see, I don't have a variable named &p at line 77, or anywhere else in my code, for that matter.
This is really frustrating.
R
Redostrike
Joined:
9th Feb 2003
Location:
Belgium
Posted:
4th Sep 2011 21:04
Did you dim p[9]?
The & before that is almost with any error i've seen. '$Sprite does not exist'
I even seen && somewhere dont remember.
(I'm sure you did)
R
Rich Dersheimer
Joined:
1st Jul 2009
Location:
Inside the box
Posted:
4th Sep 2011 21:26
Thank you Redostrike, that was exactly what the problem was. I
had
dimmed the array but then cut the line when I was removing something else.
I feel much better now.