Use this function to change script processing to another script definition. This functions demands the following parameters:
Parameter 1 -> timeout [ms]
Parameter 2 -> the name or the index value of the new script
Parameter 1 is the interval the application is waiting (measurement starting at current script start) from until the script changes.
Parameter 2 can also be the constant value
Next or
Previous. Using
Next, the script changes from the current to the next script in list. Using
Previous, the script changes from the current to the previous script in list.
Example:
%Common.ChangeScreen(5000,3)
Using this function call, the application waits 5 seconds until the script changes to script indexed by 3.