Hi all.
Is there a way to do string concatenation in gnuplot?
I've got a file (file.name) whose name is then used to generate other
filenames like file.name.1, file.name.2, etc. I would be nice if I could
just do something like:
filename1 = filename + '.1' (instead of "+" something else could be used)
Of course I could pass all filenames as input parameters, but the # of
parameters is just 10 and there are so many other options to set:)
Thanks.
Victor.
--
View this message in context: http://www.nabble.com/string-concatenation--t1313124.html#a3499588
Sent from the Gnuplot - User forum at Nabble.com.
|