AutoHotkey Community

It is currently May 24th, 2012, 8:18 am

All times are UTC [ DST ]


Search found 4 matches
Search these results:

Author Message

 Forum: Scripts   Topic: TF: Text file & Variables/String Library v3.3 [lib]

Posted: August 4th, 2010, 4:10 pm 

Replies: 189
Views: 33908


Does it only support ANSI files?

How to read UTF-8 text files?

 Forum: Scripts   Topic: Zip/Unzip using native ZipFolder Feature in XP

Posted: May 11th, 2010, 12:04 am 

Replies: 33
Views: 8392


How to select a compression level? I want to select "store".

 Forum: Support   Topic: arrays - tutorials?

Posted: April 16th, 2010, 5:06 pm 

Replies: 14
Views: 1171


; array lib, see http://www.autohotkey.com/forum/topic14881.html #Include AHKA.ahk ; create an array AHKA_SetDebug(false) newarray := "[a, b, c]" AHKA_SetDebug(true) index := 1 Loop, 3 { elmt := AHKA_Get(newarray, index) MsgBox, %elmt% index := index + 1 }

 Forum: Support   Topic: Keyboard Mapping. What's wrong in this script?

Posted: April 16th, 2010, 2:31 am 

Replies: 1
Views: 369


I expect 1 mapping to b, q mapping to p, and a mapping to m. But something wrong happened in SendKey function. How to modify the following script? ;array lib, see http://www.autohotkey.com/forum/topic14881.html #Include AHKA.ahk ;create two array AHKA_SetDebug(false) arrBoPoMo := "[1,q,...
Sort by:  
Page 1 of 1 [ Search found 4 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group