ConsultingJoe Posted July 17, 2006 Posted July 17, 2006 I am trying to do something like this: $VAR = Eval( "row" & $var1 & "[" & $var2 & "]" )oÝ÷ ØkzÛ«Éè¶§kçb¶f§¹©eÉ«¢+ØÀÌØíYHôÀÌØíɽÜÅlÉt And it worked so does the command not support arrays and it so is there a work around? Thanks Check out ConsultingJoe.com
ConsultingJoe Posted July 17, 2006 Author Posted July 17, 2006 Arrays aren't supported.damn well can you think of a way I can do it then? Check out ConsultingJoe.com
Moderators SmOke_N Posted July 17, 2006 Moderators Posted July 17, 2006 damn well can you think of a way I can do it then?This was discussed some time ago in the GUI forum. I'll see if I can find the thread.... But the result is NOT going to be what you want. 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.
Helge Posted July 17, 2006 Posted July 17, 2006 Not at the moment, but I've been up for a loooong while though... Only thing, which is the obvious, is to use variables..
Moderators SmOke_N Posted July 17, 2006 Moderators Posted July 17, 2006 Here's the thread:http://www.autoitscript.com/forum/index.ph...st&p=139614 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.
ConsultingJoe Posted July 17, 2006 Author Posted July 17, 2006 Here's the thread: http://www.autoitscript.com/forum/index.ph...st&p=139614so I just have to figure it out some other what huh? maybe array to string and write a function to deal with the delimiters. thanks, is there going to be a fix for eval() and "[" & $var & "]"??? Check out ConsultingJoe.com
Moderators SmOke_N Posted July 17, 2006 Moderators Posted July 17, 2006 so I just have to figure it out some other what huh? maybe array to string and write a function to deal with the delimiters. thanks, is there going to be a fix for eval() and "[" & $var & "]"???I don't know what you mean by "fix", it does exactly what it's supposed to do. 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.
ConsultingJoe Posted July 17, 2006 Author Posted July 17, 2006 I don't know what you mean by "fix", it does exactly what it's supposed to do.yeah, but it should be able to do it Check out ConsultingJoe.com
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