Manually... 1. Open the Column toolbar (View > Toolbars > Column). 2. Select third column. 3. Click the Move Right button twice.
LabTalk... wo -i 5; // insert new col after col 5; copy col(3) col(6); // copy col 3 to new col %A=wks.col3.name$; // get name of col 3 del col(3); // del col 3 wks.col5.name$=%A; // rename col 5
Manually... 1. Open the Column toolbar (View > Toolbars > Column). 2. Select third column. 3. Click the Move Right button twice.
LabTalk... wo -i 5; // insert new col after col 5; copy col(3) col(6); // copy col 3 to new col %A=wks.col3.name$; // get name of col 3 del col(3); // del col 3 wks.col5.name$=%A; // rename col 5
Manually... 1. Open the Column toolbar (View > Toolbars > Column). 2. Select third column. 3. Click the Move Right button twice.
LabTalk... wo -i 5; // insert new col after col 5; copy col(3) col(6); // copy col 3 to new col %A=wks.col3.name$; // get name of col 3 del col(3); // del col 3 wks.col5.name$=%A; // rename col 5