Post Reply 
Check if an app is active, use AVar()
07-19-2015, 06:58 AM
Post: #9
RE: Check if an app is active, use AVar()
hello
Each application has its Avars list.
Add an Active Variable : = "name" or number.
In Astro: Avars "Active" : = " Astrolab "
in Function
Avars "Active" : = "Function"
Etc ...

If Avars "Active" not exist, write

Code:

Local vctrl
IFERR vctrl:=Avars("Active") THEN
 vctrl:=""
END;
Sorry for my English.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Check if an app is active, use AVar() - Tyann - 07-19-2015 06:58 AM



User(s) browsing this thread: 2 Guest(s)