InterviewSolution
| 1. |
What Is The Use Of Scripts In Intouch ? |
|
Answer» Is a way of writing logic in InTouch. InTouch has its own INSTRUCTIONS and way of writing program. Application : LINKED to the entire application. Window : Linked to a specific window. Key : Linked to a specific key or key combination on the keyboard. Condition : Linked to a DISCRETE tagname or expression. DATA Change : Linked to a tagname and/or tagname.field only. Is a way of writing logic in InTouch. InTouch has its own instructions and way of writing program. Application : Linked to the entire application. Window : Linked to a specific window. Key : Linked to a specific key or key combination on the keyboard. Condition : Linked to a discrete tagname or expression. Data Change : Linked to a tagname and/or tagname.field only. |
|