NetXMS Support Forum

English Support => General Support => Topic started by: Tursiops on February 12, 2016, 07:51:34 AM

Title: ExternalParameter - Escape Character?
Post by: Tursiops on February 12, 2016, 07:51:34 AM
Hi,

I have a command for an ExternalParameter which requires me to use a "$2". NetXMS interprets that as a variable which causes problems.
Not sure what character can be used as escape character for the $ within the Agent Configuration file?
I'm sure it's documented, but I couldn't find it - and my guessing attempts didn't work. Help, please?

Thanks
Title: Re: ExternalParameter - Escape Character?
Post by: gyouja on February 12, 2016, 10:16:01 AM
Use $$2
Title: Re: ExternalParameter - Escape Character?
Post by: Tursiops on February 13, 2016, 06:08:47 AM
That worked.
Thanks. :)