Jump to content

Sending an Array Index


GTT
 Share

Recommended Posts

Hi,

I am very new to this so bare with me....

I have an array called $UserNames and $PlayerNum is an index in that array so $UserNames[$PlayerNum]

I used to input this into a login form with ControlSetText which allworked fine and dandy, however the login form seems to have changed into some form of HTML mutant which wont allow me to do that anymore.

so i am trying to do a Send of that information.

i have tried Send ($UserNames[$PlayerNum][,1]) which gives me `error in expression`

anyone any ideas?

Link to comment
Share on other sites

  • Moderators

changing it to [1] gives me array number has incrrect number of subscripts or subscript range dimension exceeded

No one can tell you what your true issue is with your "2 dimensional" array without seeing your code. If you want help with it, I'd suggest doing the right thing and posting it.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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