|
From: Petr M. <mi...@ph...> - 2004-10-18 13:11:14
|
Currently, the following code with a macro for generating labels works:
F(x)=sprintf("set label 1000+%i 'result %i' at %g,%g", x,x,x,x)
A=F(1)
@A
A=F(-1)
@A
plot x
Would it be possible to execute C-like macros:
@(F(1))
? I would like this.
---
PM
|