Referencing this previous post for support NCM Scripting Questions - Goto End ? IF & OR statements ?, would like to see the options for Logical AND, OR and END functions for NCM scripting templates.
For example
the possibility to use OR in the following statement
if (@interfaceItem.InterfaceAlias contains 'aaa' OR 'bbb' OR 'ccc' OR 'ddd' OR 'eee' OR 'fff') ? |
the possibility to use AND in the following statement
if (@interfaceItem.InterfaceAlias contains 'aaa' AND 'bbb' AND 'ccc' AND 'ddd' AND 'eee' AND 'fff') ? |
the possibility to GOTO END for the following statement