Bruce, since we're talking about ini files, I have a feature request for your consideration. Sometimes I would like to include an expression value statically. If there was an ;eval ( expression ) syntax, it would be easy to do, for instance
[1]
;eval( "Label ="++ env("COMPUTERNAME"))
processes the ini file as if it contained
[1]
Label = MyComputerName
What do you think? Or is there another way to do it already? Thanks.
