![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I would like to have a script with multiple IF run after another bacause they all need to be apply on a ExitField trigger. IF#1 .... Custom Dialog IF YES Do that Else IF CANCEL Exit Script END IF END IF#1 IF#2 do this Else Do that EndIF#2 In that case after the 1st IF and the dialog if user select Cancel, it will exit the current script and won't go the the 2nd IF and so on. |
#3
| |||
| |||
|
|
Bizouman wrote: I would like to have a script with multiple IF run after another bacause they all need to be apply on a ExitField trigger. IF#1 .... Custom Dialog IF YES Do that Else IF CANCEL Exit Script END IF END IF#1 IF#2 do this Else Do that EndIF#2 In that case after the 1st IF and the dialog if user select Cancel, it will exit the current script and won't go the the 2nd IF and so on. If I understand correctly, you want it to run test#2 even if the user cancelled from the test#1 message? Why not just this: IF#1 .... Custom Dialog IF YES Do that END IF END IF#1 # IF#2 do this Else Do that EndIF#2 |
)
#4
| |||
| |||
|
#5
| |||
| |||
|
|
IF#1 .... Custom Dialog IF YES Do that Exit Script END IF END IF#1 # IF#2 do this Else Do that EndIF#2 |
![]() |
| Thread Tools | |
| Display Modes | |
| |