Case Structure? and other newbie questions
Posted: 20 Jan 2016 22:04
Does AutoMagic have a case structure?
Select ??
Case
Case
Case
End Select
If not ...
What is the work around sequence?
******
Can the if statement do:
If ...
Else if
Else if
Else if
Edit: I have tried this and did does seem to work. Still I seek the case statement for simpler coding.
****
How do I execute a flow from within the an if statement?
****
In the FOR statement:
for (i in list)
What is the index variable and how do I reference it?
"i" seems to be content from the list.
I need to know the index/count
***
How do I detect a random PopUp window within the running app that I have a flow executing on?
This app will NOT give me any Query information, so no ID nor title is available.
Needless to say when this happens ( the PopUp ) it messes the run flow up.
Are these PopUp windows detectable?
**********
How do I get current focus?
**********
How do I get the parm count (number of entries) in a list and/or map?
**********
How do I get the Init Variable Text File to read the text as it is formated in the file and not as one large bite?
Line1
Line2
Line3
Line4
It reads it as [[line1,line2,line3,line4]]
******
When is an APP considered "running"?
I use launch app and the flow continues to the next step. I have a few apps that sometimes take a long time to be
fully functional. This load time is random. Sleeping a huge time stops an input when the load time is short.
How do I detect a completely loaded/active app?
*************
I know a lot of questions, probably will be more, hope I can get working answers.
Thank You
StillLearning
Select ??
Case
Case
Case
End Select
If not ...
What is the work around sequence?
******
Can the if statement do:
If ...
Else if
Else if
Else if
Edit: I have tried this and did does seem to work. Still I seek the case statement for simpler coding.
****
How do I execute a flow from within the an if statement?
****
In the FOR statement:
for (i in list)
What is the index variable and how do I reference it?
"i" seems to be content from the list.
I need to know the index/count
***
How do I detect a random PopUp window within the running app that I have a flow executing on?
This app will NOT give me any Query information, so no ID nor title is available.
Needless to say when this happens ( the PopUp ) it messes the run flow up.
Are these PopUp windows detectable?
**********
How do I get current focus?
**********
How do I get the parm count (number of entries) in a list and/or map?
**********
How do I get the Init Variable Text File to read the text as it is formated in the file and not as one large bite?
Line1
Line2
Line3
Line4
It reads it as [[line1,line2,line3,line4]]
******
When is an APP considered "running"?
I use launch app and the flow continues to the next step. I have a few apps that sometimes take a long time to be
fully functional. This load time is random. Sleeping a huge time stops an input when the load time is short.
How do I detect a completely loaded/active app?
*************
I know a lot of questions, probably will be more, hope I can get working answers.
Thank You
StillLearning