|
From: Johannes Z. <joh...@ze...> - 2005-07-05 12:02:43
|
Hello,
just some thoughts about those nifty strings and macros:
1. A limitation to 80 characters for sprintf really hurts!
2. dynamical macros would be really nice ;-)
set macros
pl(x) = sprintf("plot '<extract -n %s' u 2, '<extract -n -f %s' u 3", x, x)
@pl("myfile.dat")
1. can be implemented easily.
I wouldn't know how to implement 2.
Any comments?
--
Johannes
|