[j-nsp] Junos 10.0 SLAX question

Vlad Skuba vlad.skuba at gmail.com
Tue Jul 25 13:20:44 EDT 2017


Hi, Alexander,

you can print any ASCII character by using it's HEX number: "\xXX".

For double quote it will be "\x22".

On Tue, Jul 25, 2017 at 6:06 PM, Alexander Shikoff <minotaur at crete.org.ua>
wrote:

> Hello!
>
> Does anybody know how to create a string in JunOS 10.0 SLAX with
> double-quote character inside?
>
> var $str = "'";
> works but:
>
> var $str = '"';
> var $str = '\"';
>
> both result to an error.
>
> Thanks in advance!
>
> --
> MINO-RIPE
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>


More information about the juniper-nsp mailing list