Jump to content

Recommended Posts

Posted

Hello! I was wonder if it OK for me to use datatypes other than strings & integers... I tested it and it works! But the help file states: (Beta Helpfile -> AutoIt -> Language Reference -> Variables)

Quote

...An element can only be accessed by a key, which can be either a string or an integer.

So yeah, will I able to continue using other datatypes normally even in the future releases of AutoIt?

 

Thanks in Advance! TD :)

.

  • Administrators
Posted

The datatype is converted to an integer before it is used as the index using the normal conversion rules. So nothing will change there.


 

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
×
×
  • Create New...