AutoHotkey Community

It is currently May 27th, 2012, 6:37 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: April 7th, 2011, 9:21 pm 
Offline

Joined: June 6th, 2006, 3:19 pm
Posts: 1654
Location: Denmark
Am I supposed to post alpha-issues here?
Trying to convert my main script I stumbled upon one thing:
Code:
i    := 1
s%i% := "test"
s    := s%i%
msgbox % f(s,s)       ; "test test"
msgbox % f(s%i%,s%i%) ; "test" <- should be "test test"
msgbox % f(s%i)       ; "test ok"
msgbox % f(s%i,s%i)   ; The following variable name contains
                      ; an illegal character: "s11à"

f(s1,s2="ok")
{
  return s1 . " " . s2
}

Script in UTF-8 without signature.

_________________
RegEx Powered Dynamic Hotstrings
COM
AutoHotkey 2


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2011, 10:03 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Bug reports posted in the v2 thread might distract from the (much more important) discussions going on. I'm not sure how it took me this long to notice this thread, but actually, I'd already fixed the bug and released an update eight hours before your post. :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2011, 4:32 pm 
Offline

Joined: June 6th, 2006, 3:19 pm
Posts: 1654
Location: Denmark
Thank You!
I redownloaded before testing but the link for 64 bit points to the old version in http://www.autohotkey.com/forum/viewtopic.php?t=70266.

_________________
RegEx Powered Dynamic Hotstrings
COM
AutoHotkey 2


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 10th, 2011, 11:03 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
No it doesn't... It points to AutoHotkey_v2.0-a002_x64.zip, which contains v2.0-a002-30017e5. I've downloaded and tested okay. However, the two Lib files are broken, which is likely because I tried to cheat and pass symbolic links to 7-zip.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 11th, 2011, 6:51 am 
Offline

Joined: June 6th, 2006, 3:19 pm
Posts: 1654
Location: Denmark
Seems to be a Firefox 4 issue. Works with IE9 and in FF after emptying the cache.

_________________
RegEx Powered Dynamic Hotstrings
COM
AutoHotkey 2


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group