| Author |
Message |
Topic: Write to Windows event log? |
rkuechler
Replies: 1
Views: 554
|
Forum: Ask for Help Posted: Tue Apr 05, 2005 3:49 pm Subject: Write to Windows event log? |
Hi
Is there a possibility (or a command-line-tool) to write some information with an AHK-Script to the Windows event log?
Thanks for any suggestions!
Roman. |
Topic: Comparing a string or what format is an IP address? |
rkuechler
Replies: 4
Views: 370
|
Forum: Ask for Help Posted: Tue Feb 15, 2005 10:06 am Subject: Strange - you are right |
Strange - you are right.
Ok, my example script is simplified. I extracted the really IP address (IP_dns1) from a large string. So i suspect the address could contain more, invisible characte ... |
Topic: Comparing a string or what format is an IP address? |
rkuechler
Replies: 4
Views: 370
|
Forum: Ask for Help Posted: Tue Feb 15, 2005 9:48 am Subject: Comparing a string or what format is an IP address? |
Hi!
I had some troubles comparing a string containing an IP address:
IP_dns1 = 123.11.111.4
If IP_dns1 = 123.11.111.4
{
Goto, end
}
Else
Goto, beginn
In this c ... |
Topic: Remove CR (carriage return) in a string? |
rkuechler
Replies: 6
Views: 502
|
Forum: Ask for Help Posted: Mon Feb 14, 2005 8:19 am Subject: Thanks! |
Thanks to BoBo and jonny (and others) for the detailed and kind answers!
They solved my problems.
 |
Topic: Remove CR (carriage return) in a string? |
rkuechler
Replies: 6
Views: 502
|
Forum: Ask for Help Posted: Sun Feb 13, 2005 6:45 pm Subject: Remove CR (carriage return) in a string? |
Hi
I'm quite new with AHK.
How do i get some CRs (carriage returns), or should i say "enters" or "returns" out of a string?
Thanks for any answer!
Roman |
Topic: PrimalScript? |
rkuechler
Replies: 4
Views: 1056
|
Forum: Utilities & Resources Posted: Mon Jan 31, 2005 10:47 pm Subject: PrimalScript? |
Hi
I'm quite new with AutoHotkey - but already very happy about it!
One question:
I work with PrimalScript Editor. Is there a possibility that PrimalScript supports the syntax of AutoHotkey, ... |
| |