slightly_abnormal Posted May 4, 2006 Posted May 4, 2006 stuff like codes working perfectly in one script, and then getting this error in another.. "Subscript used with non-Array variable.: ", is there any explaintion in help file on what the hell that is supposed to mean?
greenmachine Posted May 4, 2006 Posted May 4, 2006 It's all in your head. That error means that you tried to use [] notation on a variable that wasn't an array. It is likely that the variable is supposed to be an array if the code goes as planned, and you didn't error check properly. It's really not that tough....
slightly_abnormal Posted May 4, 2006 Author Posted May 4, 2006 It's all in your head. That error means that you tried to use [] notation on a variable that wasn't an array. It is likely that the variable is supposed to be an array if the code goes as planned, and you didn't error check properly. It's really not that tough.... oh i got it working, thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now