--- In [email protected], "qzzyyx" <blackh...@...> wrote: > > I don't know how to get (for example) > expr(myplugin.newold("v:\","*.txt","+W")) [newest txtfile in V:\ > by write time] into the **command** of a PowerPro button (or to > get PowerPro to execute it as if it were the **command**). Help.
I think you're looking for "do". Try:
do(myplugin.newold("v:\","*.txt","+W"))
Regards,
Sheri
