AutoHotkey Community

It is currently May 27th, 2012, 12:11 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: July 24th, 2006, 12:09 pm 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
General tip: in WinXP, when a message box is displayed, you can try to hit Ctrl+C. It should copy the textual content to the clipboard.

I didn't analyzed the whole script, but I believe there is a typo: instead of
StringReplace, ch_%A_Index1%, %A_LoopField%, %A_Space%,, All
put:
StringReplace, ch_%A_Index1%, A_LoopField, %A_Space%,, All
The second parameter of StringReplace must be a variable name, not its content. I don't know how this bug has creeped in a tested script.
I didn't analyzed further, so try it and report if there are other problems.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 24th, 2006, 12:25 pm 
Offline

Joined: July 24th, 2006, 8:00 am
Posts: 4
Thanks. The popup is gone now but chording with the second numpad script doesn't seem to work, while the normal non-numpad script works only with the normal keys.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: fincs and 10 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