|
From: Ethan M. <merritt@u.washington.edu> - 2004-10-14 19:34:55
|
On Thursday 14 October 2004 12:36 am, Hans-Bernhard Broeker wrote:
> Not quite. It was
> set label "foo %f", var1, " %f", var2
>
> > new: set label sprintf("foo %f %f",var1,var2)
> > If backwards-compatibilty for this specific case is required,
> > that may be a problem. Right now the old syntax can cause
> > parsing errors, so I disabled it.
> What parse errors would that be, anyway?
I added the old syntax back to the current incarnation of the code
and it seems to work in a quick test. So whatever problem I had
originally during development must have been fixed as a result of
the code evolution.
So it seems not to be a problem after all.
Sorry for the false alarm.
--
Ethan A Merritt merritt@u.washington.edu
Biomolecular Structure Center
Mailstop 357742
University of Washington, Seattle, WA 98195
|