Hi!
Is there a possibility to create something like a cased jump with the return code of the last command?
Like:
FindWindow ...
Jump, if last return was 1, to ... --> do something
else --> do something else
DoSomething another thing...
I know that there is the possibility to jump only if ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 2 matches
- Sun Sep 20, 2009 1:25 pm
- Forum: General Support
- Topic: Return Case controlled commands
- Replies: 1
- Views: 640
- Sun Sep 20, 2009 12:56 pm
- Forum: Feature Requests
- Topic: Parallel Port Pins High/Low
- Replies: 9
- Views: 8061
Re: Parallel Port Pins High/Low
Yeah i had the same problem so I decided to code a plugin for that.
It is very fundamental and it is my first piece of code in python after a few minutes reading the docs, so don't be supprised that i am using the bitvector class i downloaded somewhere to do the bitcalculations - quick and dirty.
As ...
It is very fundamental and it is my first piece of code in python after a few minutes reading the docs, so don't be supprised that i am using the bitvector class i downloaded somewhere to do the bitcalculations - quick and dirty.
As ...