Commenting out lines in .ini files

It appears that you can use // for comments. I just found this out the hard way, because my ini file contained the line

BaseURL=https://example.com/

But the BaseURL variable in my Settings object was set to “https:”. Thanks, Epic!

1 Like