AutoHotkey Community

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

All times are UTC [ DST ]


Search found 73 matches
Search these results:

Author Message

 Forum: Support   Topic: Reverse Order of a Text File

Posted: February 14th, 2011, 8:10 am 

Replies: 18
Views: 469


It should be fast enough for what I need, but I'd be interested to see the faster script if you're interested in posting it.

 Forum: Support   Topic: Reverse Order of a Text File

Posted: February 14th, 2011, 4:26 am 

Replies: 18
Views: 469


Yeah sorry DMan I had left some stuff in from the previous version that sorta messed up. It's working now though, thanks a lot for your help.

 Forum: Support   Topic: Reverse Order of a Text File

Posted: February 14th, 2011, 2:04 am 

Replies: 18
Views: 469


Sorry I think I asked the wrong thing. It shouldn't be in descending order, just in reverse.

ex:

1
5
4
12

goes to:

12, 4, 5, 1

 Forum: Support   Topic: Reverse Order of a Text File

Posted: February 14th, 2011, 1:15 am 

Replies: 18
Views: 469


Thanks that's very helpful. I think I should use this: StringReplace, NewStr, OldStr, %A_SPACE%, +, All to replaces the "enters" with commas, but 1) I can't find the %A_SPACE% equivalent for "enter" 2) how do you make it replace the string with commas? when i put a comma it just ...

 Forum: Support   Topic: Reverse Order of a Text File

Posted: February 14th, 2011, 12:41 am 

Replies: 18
Views: 469


I'm having some trouble doing this.. I have a text file with a bunch of numbers (1 number per line), and I need to put them all on one line, separated by commas, in reverse (bottom number first). For ex, if the text file were: 3 5 62 88 after running the script, it should be: 88, 62, 5, 3 Anyone kno...

 Forum: Support   Topic: ListView G-Label=I Clarification

Posted: July 30th, 2010, 3:29 am 

Replies: 2
Views: 125


Yeah I did, but its not always right. Sometimes it saves the new row and sometimes it saves the old one.

 Forum: Support   Topic: ListView G-Label=I Clarification

Posted: July 30th, 2010, 2:37 am 

Replies: 2
Views: 125


I: Item changed. A row has changed by becoming selected/deselected, checked/unchecked, etc. If the user selects a new row, at least two such notifications are received: one for the de-selection of the previous row, and one for the selection of the new row. In v1.0.44+, the variable A_EventInfo conta...

 Forum: Support   Topic: fileappend to write contents in different colours..possible?

Posted: July 30th, 2010, 2:24 am 

Replies: 18
Views: 1142


Alright that edit color changer works well... I can't figure out how to make just CERTAIN text in the edit box change colors. Currently, it either has to be all or none. Is there any way to fix this?

 Forum: Support   Topic: fileappend to write contents in different colours..possible?

Posted: July 29th, 2010, 5:30 am 

Replies: 18
Views: 1142


thats right i wish something like this would get implemented in coming days FileAppend,hi how are you?,xyz.txt,cred as was said, the problem is with your text editor, in this case notepad, not with FileAppend command basic example for html file: FileAppend, <font color="red">hi how are yo...

 Forum: Support   Topic: fileappend to write contents in different colours..possible?

Posted: July 29th, 2010, 12:04 am 

Replies: 18
Views: 1142


But Notepad CANT show text in colors. Thats the problem, not ahk. You can paste text to a html-file and define there colors of the text. then the text would be colored when the html file generated by ahk would be opened. How can this be done? Would I just need to look up html code? And how could ah...

 Forum: Support   Topic: Taking ScreenShots and AutoSaving Them

Posted: July 27th, 2010, 9:21 am 

Replies: 8
Views: 538


I tried the one posted here: http://www.autohotkey.com/forum/viewtopic.php?t=11348&highlight=screenshot+save (this code): ; Script Name: ScreenShot Hotkey ; Version: v1.3.2 ; Author: silveredge78 ; ; This script uses Irfanview's command line options to create a screenshot ; and then automaticall...

 Forum: Support   Topic: Taking ScreenShots and AutoSaving Them

Posted: July 27th, 2010, 8:45 am 

Replies: 8
Views: 538


I was wondering if anyone has any ideas on how to take screen shots and automatically save them. Theres plenty of free programs that do this, but I wanted to see if anyone knew how to do it with ahk. I was thinking it could just push the print screen button and save the clipboard contents to an imag...

 Forum: Support   Topic: Uploading a .txt file (using ftp or an email)

Posted: July 24th, 2010, 8:17 pm 

Replies: 19
Views: 789


Yeah I did, I've tried ALL of them, (for example I tried using blat but it kept saying the server didn't like my username in the error log file)

 Forum: Support   Topic: Uploading a .txt file (using ftp or an email)

Posted: July 24th, 2010, 8:02 pm 

Replies: 19
Views: 789


Yeah I'm not sure what's happening. I have Windows 7 x86

I also tried this on my friends computer and the same thing happened to him.

Do you know anything about uploading attachments?

 Forum: Support   Topic: Uploading a .txt file (using ftp or an email)

Posted: July 24th, 2010, 7:37 pm 

Replies: 19
Views: 789


FTP seems to be working now, I found a free hosting site with FTP support. However, whenever I use it, a security warning comes up, and it comes up EVERY time I can't turn it off. I checked the box for allowing autohotkey but it still comes up. That's why I was thinking that mabye emailing an attach...
Sort by:  
Page 1 of 5 [ Search found 73 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group