YAML: how to escape parentheses in $(...)
Hi, I'm trying to recall the ProgramFiles(x86)
environment variable using the syntax $(...)
without
success; I think that the parentheses should be escaped but I don't
know how to do it.
Here it is the syntax that doesn't work:
$(ProgramFiles(x86))
Thank you a lot.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Alberto on Feb 26, 2017 @ 10:57 AM
Solved using the following syntax:
${ProgramFiles(x86)}
. Full YAML file attached. Thank you.Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 02:15 AM.