This content has been marked as final.
Show 2 replies
-
1. Re: NSH Script Argument containing special character
Siddu angadi Mar 21, 2013 5:32 PM (in response to Marian Knotek)1 of 1 people found this helpfulchange your command to:
set var="value1|value2"
-
2. Re: NSH Script Argument containing special character
Siddu angadi Mar 21, 2013 5:36 PM (in response to Siddu angadi)1 of 1 people found this helpfulAlso try to use Escape character:
^ Escape character.
Adding the escape character before a command symbol allows it to be treated as ordinary text.
When any of these charcters you should prefix with the escape character: \ & | > < ^e.g. ^\ ^& ^| ^> ^< ^^