Uwe Ligges <ligges at statistik.uni-dortmund.de> writes: > nn.Exp <- substitute(a$b, list(b=nn[1])) > eval(nn.Exp) Thanks, Uwe. It does work, but, surely using brackets is better. -Serge