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.
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)
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.