Hi,
I have a problem...
I can't find the symbol for comments.
In every examples the comments are missing.
Is there a way to add comments in code?
Thanks
New: Wise Duplicate Finder (Jan 23, 2023), Platform 23.1 (Jan 11, 2023)
450+ real apps (49GB), 1 billion downloads, Please donate.
Hi,
I have a problem...
I can't find the symbol for comments.
In every examples the comments are missing.
Is there a way to add comments in code?
Thanks
If you mean NSIS, a semicolon at the start of the line indicates a comment. Using Notepad++ Portable will provide proper highlighting.
No. I mean ex. AppInfo.ini, or Launcher.ini
I have tryed '#; ecc, but nothing work...
Semicolon at the start of the line will comment out in INI files. See the PortableApps.com Template for an example.
Ok,
"a semicolon at the start of the line"
I use in NSIS the semicolon at the end of rows
Thanks...