Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
bwhicks at aep.com wrote: > I'm posting this because I've had a couple of people ask me about it. > > Because of some strange problems with loginfo (tested in version > 2.5.02.2099 and 2.5.02.2115), I couldn't pass the arguments directly as > space separated variables (like this: fix_loginfo.pl %s %V %v) and had to > pass them like this: %{sVv} which comma separates them. So, my loginfo file > looks like this: It'll work fine as space separate variables, but won't make a whole lot of sense, since they are lists - you'd need to try to match up 3 lists of space separated arrays with no terminator, rather than 1 list of comma separated variables. Note that prior to 2.5.01 the only possible parameter to loginfo was %{sVv} anyway.. You also need to handle spaces in filenames (escaped with '\'). There are examples of this floating around (may even be some on the wiki). Tony