AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 4 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Responding to text in a terminal emulation program
domhnull

Replies: 3
Views: 660

PostForum: Ask for Help   Posted: Sat Oct 09, 2004 1:23 pm   Subject: Responding to text in a terminal emulation program
Thanks Chris, I'll look at that.

I did think of capturing the text to a file and parsing it, but Anzio's performance degraded significantly while running the capture.
  Topic: Responding to text in a terminal emulation program
domhnull

Replies: 3
Views: 660

PostForum: Ask for Help   Posted: Sat Oct 09, 2004 12:24 am   Subject: Responding to text in a terminal emulation program
I'm working with Anzio Lite. Basically I want to trigger an action based on text displayed in the terminal window (not typed or entered by the user). I've created one solution using a timer to call ...
  Topic: Switch Case statement
domhnull

Replies: 2
Views: 803

PostForum: Wish List   Posted: Fri Oct 08, 2004 11:24 pm   Subject: Switch Case statement
Yep, I knew. Just like the switch/case format. Thanks! Fantastic program, BTW
  Topic: Switch Case statement
domhnull

Replies: 2
Views: 803

PostForum: Wish List   Posted: Fri Oct 08, 2004 2:14 pm   Subject: Switch Case statement
Any chance to implement a switch/case statement?

Ex.:

Switch (var) {
case 1:
; do something
return
case 2:
; do something else
return
defau ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group