Jump to content

Recommended Posts

Posted

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?

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...