Page 1 of 1

Posted: Wed May 15, 2002 4:26 am
by BackupUser
Restored from previous forum. Originally posted by PB.

The PreferenceComment() command is nice, but it would also be nice to be able to
insert blank lines into a preferences file... using PreferenceComment with a null
string currently shows ; in the file, which is a bit ugly, IMO.

Perhaps this command could be enhanced so that if a null string is passed to it,
it just inserts a blank line into the file? Anyone else agree?


PB - Registered PureBasic Coder

Edited by - PB on 15 May 2002 05:30:43

Re:

Posted: Sat Sep 03, 2011 3:00 am
by MachineCode
I second this. I need to put blank lines in my prefs file, but I just discovered that I can't use the Preferences lib to do it. Using PreferenceComment("") would be a great way to solve this, without breaking any existing functionality.