On Monday 10 August 2009 21:25:48 Mike Wright wrote: > Hi all, > > Is there any way to "comment out" blocks of lines in a config.ini file? > > I know that it can be done line by line by prefixing them with a ";" but > there are times (like when debugging) where it would be *very* > convenient to hide entire sections of the config data. > > Is there anything along the lines of php's /* */ ?
Switch to a config format that has block comments, like PHP array or XML. -- Dado
