|
Copy columns from the selected TableOfReal object to a new TableOfReal object.
Select columns where row... "1 2 3" 1
Select columns where row... "1 : 3" 1
Two alternative expressions to copy the first three columns to a new table with the same number of rows.
Select columns where row... "3 : 1" 1
Copy the first three columns to a new table with the same number of rows. The new table will have the 3 columns reversed.
Select columns where row... "1:6 9:11" self[row,8]>0
Copy the first six columns and columns 9, 10, and 11 to a new table. Copy only elements from rows where the element in column 8 is greater than zero.
© djmw, May 2, 2002