Re: "Hidden" parameters in Pcell
Ok, thanks, this seems to work, with one exception. If I use backquotes in a for loop, this doesn't seem to work.
example:
procedure(makeACell(arg1 arg2)
eval(`pcDefinePCell(
...
...
w=,arg1*,arg2
for( n 1 ,arg1
do something
) ;for
) ;pcDefinePCell
) ; eval
) ; procedure
It looks like that he still ...