Gustav Brock
gustav at cactus.dk
Tue May 6 05:26:25 CDT 2003
Hi Ryan
> Error found.
> I was calling a sub and not a function...seems to work now.
But why didn't that throw an 2425 error?
/gustav
> But when I use:
> strname = First then Second then Third etc etc (example)
> Eval("Update_" & strName & "()")
> although I get no error, the function isn't called?