|
Posted by Ted Zlatanov on April 3, 2007, 1:15 pm
Please log in for more thread options
On 22 Mar 2007 11:54:36 -0700 ksdoctor@fastmail.us wrote:
k> What is the syntax for loading empty (undef) or empty strings into an
k> AppConfig value set to ARGCOUNT_LIST ?
...
k> I would like AppConfig to add an undef or empty string to the list
k> rather than ignore it.
I haven't found a way to do this either. I just clear the entry
manually. A better way may be to define a "VAR IS NULL" line, which
would set VAR to undef. But I don't know who's maintaining AppConfig
these days; I asked some questions a year ago and never heard back.
Ted
|