> Have you tried to use arraymake?
> What that does is create a "symbolic" array entry.
> For example arraymake(v,[1]) creates v[1] without evaluating v[1].
> If you say depends(f,arraymake(v,[1])) this may work.
I've just tried it. Unfortunately, f can not be a function or a
subscripted variable. It is not what I need :(
--
Andrei Zorine