AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

About the new version 1.0.29

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
[¤GoO¤]



Joined: 22 Feb 2005
Posts: 60
Location: Sweden

PostPosted: Tue Mar 01, 2005 6:03 pm    Post subject: About the new version 1.0.29 Reply with quote

I really like the improvement so that you can use arrays more easily.

In stead of having to use som kind of solution shown here:
Element := MyArray%i%
Msgbox, %Element%

You can now use the simple solution here:
Msgbox, %MyArray%i%

Ingenius improvement!
Great job, as usual!
Very Happy Very Happy Very Happy
_________________
"Make everything as simple as possible, but not simpler."
- Albert Einstein (1879-1955)
Back to top
View user's profile Send private message Visit poster's website
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Tue Mar 01, 2005 7:09 pm    Post subject: Reply with quote

I'm pretty sure there has to be a space for it to work.

Msgbox, % MyArray%i%
Back to top
View user's profile Send private message
[¤GoO¤]



Joined: 22 Feb 2005
Posts: 60
Location: Sweden

PostPosted: Tue Mar 01, 2005 8:27 pm    Post subject: Ooops... Reply with quote

I was too exited. Very Happy

Didn't take time to doublecheck... Wink Very Happy
_________________
"Make everything as simple as possible, but not simpler."
- Albert Einstein (1879-1955)
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group