Rev 5921 | Rev 11220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +var+ +exec+ +string+ |
1 | !! +var+ +exec+ +string+ |
- | 2 | tit:column |
|
2 |
|
3 | type:$type_both |
3 |
|
4 | alias:!columns |
4 |
|
5 | syntax:!column `numlist' of `string' |
5 |
|
6 | mean:Outputs selected (comma-separated) columns of a matrix `string',\ |
6 | a matrix $emph string$emphend, |
- | |
7 | according to |
7 | according to `numlist'. Rows of the matrix can be separated either \ |
8 |
|
8 | by new lines or by semi-colon ``;''. |
9 | !set numlist_type=column |
- | |
10 | !read cmd/numlist |
- | |
11 | <p> |
9 | |
12 |
|
10 | numlist:The output is separated by commas if only one column is selected, or\ |
13 | separated in the same way as the matrix |
11 | separated in the same way as the matrix `string' otherwise. |
14 | </p> |
- |