Code: Select all
//Load Column Layouts
$cs = listfolder("<xydata>\Columns", "*.txt", 5);
$cs = replace($cs, ".txt", "");
$c = popupmenu($cs);
if ($c) {columnlayout($c)};Code: Select all
//Load Column Layouts
$cs = listfolder("<xydata>\Columns", "*.txt", 5);
$cs = replace($cs, ".txt", "");
$c = popupmenu($cs);
if ($c) {columnlayout($c)};Code: Select all
$cs = listfolder("<xydata>\Layouts", "*.txt", 5);
$cs = replace($cs, ".txt", "");
$c = popupmenu($cs);
if ($c) {loadlayout($c)};
Code: Select all
BTW - you have a great username; almost as good as mine! Actually, that had escaped my cognition. Thanks for the heads-up. Had been using the rather more laborious Menu | View | Columns.You may have already found out, that column layouts can be loaded and saved by Right Clicking on the column Headers.