| Author |
Message |
Topic: Automatic numbering of lists |
Alan Stancliff
Replies: 5
Views: 186
|
Forum: Ask for Help Posted: Sat Apr 19, 2008 7:18 am Subject: Automatic numbering of lists |
It is likely a simple solution - You probably have a missing return before the hotstring (::..list: . Your code should look like this:Do Stuff
Do Some More Stuff
Do A Little More
Return ;This end ... |
Topic: Automatic numbering of lists |
Alan Stancliff
Replies: 5
Views: 186
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 8:07 am Subject: Automatic numbering of lists |
Hi Rhys again,
I just noticed something odd. The script works well. But when I paste it in as a subroutine in a rather large AHK file I run that has a lot of other hot keys and autotext-like routin ... |
Topic: Automatic numbering of lists |
Alan Stancliff
Replies: 5
Views: 186
|
Forum: Ask for Help Posted: Fri Apr 18, 2008 7:37 am Subject: Automatic numbering of lists |
Thanks Rhys,
I'm playing wi it now. It looks good. |
Topic: Automatic numbering of lists |
Alan Stancliff
Replies: 5
Views: 186
|
Forum: Ask for Help Posted: Thu Apr 17, 2008 11:56 pm Subject: Automatic numbering of lists |
| I've been trying to figure this one out for a bit. What I need is a routine that creates automatically numbered lists, a bit like the autonumbering feature in Word or WordPerfect, but without the form ... |
Topic: Building a CSV editor |
Alan Stancliff
Replies: 43
Views: 1820
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 11:23 pm Subject: Building a CSV editor |
Hi Bartimus,
In Excel, if one clicks on the letter above the column that needs to maintain the leading zeros, the entire column is selected. Then if one right-clicks in any of the highlighted cells ... |
Topic: AutoHotkey Wiki |
Alan Stancliff
Replies: 18
Views: 2342
|
Forum: General Chat Posted: Mon Feb 18, 2008 10:48 pm Subject: Re: AutoHotkey Wiki |
My initial reaction, Jonny, is that it is very nice indeed.
It seems much more elegant and less confusing to this occasional AHK user and browser.
I'll be going there more often.
I have m ... |
Topic: Counting characters and lines |
Alan Stancliff
Replies: 9
Views: 400
|
Forum: Ask for Help Posted: Tue Feb 12, 2008 11:02 am Subject: Counting characters and lines |
Hi Lee,
Yup. Looks like you figured it out. Now that you mentioned it, it seems obvious to me.
I had forgotten all about how Microsoft products combine carriage returns and line feeds into a par ... |
Topic: Counting characters and lines |
Alan Stancliff
Replies: 9
Views: 400
|
Forum: Ask for Help Posted: Mon Feb 11, 2008 8:53 am Subject: Counting characters and lines |
| ooh cool now I get it so the customer pays for lines written of max 65 characters. but the character count was misplaced of the carriage return taken two instead of one so 66 lines of text would mean ... |
Topic: Counting characters and lines |
Alan Stancliff
Replies: 9
Views: 400
|
Forum: Ask for Help Posted: Sun Feb 10, 2008 7:46 pm Subject: Counting characters and lines |
******SNIP*********
I geuss now you know how where too find the carriage return and the amount remains asking what do you want todo next with it.
My geuss wich character do you want too replace it ... |
Topic: Counting characters and lines |
Alan Stancliff
Replies: 9
Views: 400
|
Forum: Ask for Help Posted: Sun Feb 10, 2008 10:06 am Subject: Counting characters and lines |
Well its like a needle in a haystack try too see if you can find the charcter for {`n} new line then --1
Yes, that's true. Perhaps someone can tell me an elegant way to do that in a few lin ... |
Topic: Counting characters and lines |
Alan Stancliff
Replies: 9
Views: 400
|
Forum: Ask for Help Posted: Sun Feb 10, 2008 8:44 am Subject: Counting characters and lines |
| I wrote a little script to check the number of characters and number of lines in a Word document. The characters include alphanumeric characters, spaces, punctuation, and carriage returns. A line is d ... |
Topic: Stuffing {enter} into clipboard |
Alan Stancliff
Replies: 4
Views: 234
|
Forum: Ask for Help Posted: Fri Feb 01, 2008 1:26 am Subject: Stuffing {enter} into clipboard |
Thanks SKAN,
Lots of useful information there. I had been trying to search on 'n, and that was not very productive. |
Topic: Stuffing {enter} into clipboard |
Alan Stancliff
Replies: 4
Views: 234
|
Forum: Ask for Help Posted: Thu Jan 31, 2008 9:32 am Subject: Stuffing {enter} into clipboard |
Thanks SKAN,
That worked beautifully and solved a few problems for me. If you happen to know, where in the documentation can I read more about that? I looked all over--information overload, I gues ... |
Topic: Stuffing {enter} into clipboard |
Alan Stancliff
Replies: 4
Views: 234
|
Forum: Ask for Help Posted: Wed Jan 30, 2008 7:13 pm Subject: Stuffing {enter} into clipboard |
I know it is possible to print a string by using code like this:
Sendinput,This is a sample string.
and another way is to put it in the clipboard and paste it like this
MyVar1:="This is a ... |
Topic: A handy use for Window Spy |
Alan Stancliff
Replies: 18
Views: 3019
|
Forum: Utilities & Resources Posted: Wed Oct 24, 2007 7:49 am Subject: A handy use for Window Spy |
FastStone Captura is no longer freeware...
Here's how to save a very small-sized GIF of the dialog box with no extra software and with very little time and effort.
Do a print screen. This copies y ... |
| |