Dlgchoose & NEWTAB=findexisting

Hi Guys,

This code works:

Go NEWTAB=findexisting {dlgchooseS|Select whatever:|Windows="c:\windows"+Users="c:\users"+Temp="c:\temp"

But this doesn't:

Go {dlgchooseS|Select whatever:|Windows="c:\windows"+Users="c:\users"+Temp="c:\temp" NEWTAB=findexisting

I expected the latter to work because the "NEWTAB" part is at the end of the command. Is this the correct behaviour?

Example from hep file: Go C:\ NEWTAB=deflister,findexisting

Regards

Blueroly

You have a missing } in both commands.

1 Like

Damn, how didn't I spot that. Thanks Leo.