Subversion Repositories wimsdev

Rev

Rev 11220 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +var+ +exec+ +string+
11210 bpr 2
tit:column
3
type:$type_both
11220 bpr 4
alias:columns
11292 bpr 5
syntax:!column ``numlist'' of ``string''
6
mean:Outputs selected (comma-separated) columns of a matrix ``string'',\
7
  according to ``numlist''. Rows of the matrix can be separated either \
11210 bpr 8
  by new lines or by semi-colon ``;''.
9
 
10
numlist:The output is separated by commas if only one column is selected, or\
11292 bpr 11
  separated in the same way as the matrix ``string'' otherwise.