--- In [email protected], "brucexs" <bruc...@...> wrote: > > > Thanks, Sheri, that works. Where did you find that one? It does > > not (and should) appear in "Command entry codes". > > > > I think the do is redundant here? > > You are allowed to put function calls as commands in the command > entry controls, eg plugin calls, or calls to do, or calls to > messagebox. > > So just > myplugin.service(...) > directly in command entry controls should work. >
In this case the function returns a file name, so to launch it via a command list entry requires either do(pluginsrv) or file.doverb(pluginsrv, "Open"). Right? Regards, Sheri
