Hi Everyone,
I was wondering whether it was possible to create a trigger prototype expression embedding a LLD macros, knowing that this LLD macros is not always defined (depending on the targets). Below is a part of the expression I need to work with:
({$INST.MANAGE.ALL}=2 or ({$INST.MANAGE.ALL}=0 and {$INST.MANAGE:"{#IFNAME}"}=1))
, knowing that {$INST.MANAGE:"{#IFNAME}"} may be defined or not. For now, the expression works well if the LLD macro is defined, but fails otherwise.
Thx
I was wondering whether it was possible to create a trigger prototype expression embedding a LLD macros, knowing that this LLD macros is not always defined (depending on the targets). Below is a part of the expression I need to work with:
({$INST.MANAGE.ALL}=2 or ({$INST.MANAGE.ALL}=0 and {$INST.MANAGE:"{#IFNAME}"}=1))
, knowing that {$INST.MANAGE:"{#IFNAME}"} may be defined or not. For now, the expression works well if the LLD macro is defined, but fails otherwise.
Thx
Comment