Forum Discussion

jena_saroj's avatar
jena_saroj
New Contributor
14 years ago

How make optional Statements

How to Make some statements optional in the script

Suppose I have 10 lines of code,& out of 10 lines 2 lines ,i want to make optional

(2 lines of code  are used to handle the event when the particular scenario will appear)

1 Reply

  • Hi,



    Use conditional operations such as 'if', 'switch', 'select', etc. Depending on your scripting language, you can find the appropriate syntax for them in MSDN.