My workflow is lying in a corner, panting... basically, the list of defined sessions is no longer displayed.
I think the last beta I was using was 0412 -- I'm going back to that one and will report back if I'm wrong.
tabset() function.step;) in the code where "listfolder" or "listpane" are called and see what happens.Code: Select all
set $d_xtra;
$l_allTabsets = listfolder(<xydata>."\Panes", , "6");
$l_allTabsets_1 = replace(regexmatches($l_allTabsets, "§1§_[^\|]+", "|"), "§1§_");
$l_allTabsets_2 = replace(regexmatches($l_allTabsets, "§2§_[^\|]+", "|"), "§2§_");
e listfolder(<xydata>."\Panes", , "6"); and e listfolder(<xydata>."\Panes"); independently from "Run script" and both came up blank. Empty result on all these attempts...Code: Select all
e listfolder(<xydata>."\Panes");
e listfolder("<xydata>\Panes");
e listfolder(<xydata>."\Panes")
e listfolder("<xydata>");
e listfolder();