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: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
If you mean NSIS, a semicolon at the start of the line indicates a comment. Using Notepad++ Portable will provide proper highlighting.
Sometimes, the impossible can become possible, if you're awesome!
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.
Sometimes, the impossible can become possible, if you're awesome!
Ok,
"a semicolon at the start of the line"
I use in NSIS the semicolon at the end of rows
Thanks...