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: Audacious (June 1, 2023), Platform 25.0 (Apr 07, 2023)
New Apr 14: macOS Portable Drive Support
450+ real apps (49GB), 1.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...