Skip to content
⌘ NSIS Forum Archive

proper string formatting

3 posts

myndblur#

proper string formatting

I know I have seen this somewhere before...but someone please refresh my memory. How can I put multiple quotes in when reading a registry string.

Example: 30" Terrain
This is wrong: "30" Terrain"
I though this was right: '30" Terrain' but it doesn't seem to read correctly.

Please help
petersa#
Hi myndblur,
  '30" Terrain'
This should work. Perhaps there's another part of the instruction you are getting wrong.

Could you show me the line you are using in your script?