3 Mar
2017
3 Mar
'17
4:27 p.m.
Hi if I do something like this /route ospf interface :if ( [ print count-only ] > 0 ) do { <something> } when I import the script (and it runs), the number of items in print count-only get printed as well. I tried :local A [print count-only] but still it prints it when the script it run Any one know how to stop that ? A