A conditional statement in vbscript is used to perform different task or action which base on a specified condition is true or false. an if else is conditional statement which execute task or action if condition is true otherwise else condition is executed. you can use multiple if else statement within vbscript.
for more information visit
https://plcblog.in/hmi/tia%20wincc/If...