Jump to content

Hypermind

Members
  • Posts

    2
  • Joined

  • Last visited

Hypermind's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. @sahsanu No I'm sorry that is not what I mean. It's difficult for me to explain.. I found a solution on php.net (for php) but it shows a solution for my problem. Maybe this will clear things up So I want to do that with AutoIt, however, this is really all that I need to know: ${a.$i} = "value" but then ofcourse in AutoIt language if that's possible. @iamtheky Hmm maybe that will work.. im a newbie so im really bad with autoIt and i don't understand your code completely but i will take a look at it, thanks for your reply.
  2. Hello, I'm new to autoit and i was wondering how to 'merge' variables. For instance (weird example I know): $xpos = 5 $ypos = 2 $cell+$xpos+_+$ypos = "message" MsgBox(0, "title", $cell5_2) In php one can do it like this (combining $a and $i): ${a.$i} Is this possible in autoit? Thanks in advance
×
×
  • Create New...