Subversion Repositories wimsdev

Rev

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
$lst_tit column$lst_titend$type_both
3
type:$type_both
3
  $lst_alias columns
4
alias:!columns
4
  $(lst_syntax)column $emph numlist$emphend of $emph string$emphend</span>
5
syntax:!column `numlist' of `string'
5
  $lst_mean Outputs selected (comma-separated) columns of
6
mean:Outputs selected (comma-separated) columns of a matrix `string',\
6
  a matrix $emph string$emphend,
-
 
7
  according to $emph numlist$emphend. Rows of the matrix can be separated
7
  according to `numlist'. Rows of the matrix can be separated either \
8
  either by new lines or by semi-colon ``;''. <br/>
8
  by new lines or by semi-colon ``;''.
9
  !set numlist_type=column
-
 
10
  !read cmd/numlist
-
 
11
  <p>
9
 
12
  The output is separated by commas if only one column is selected, or
10
numlist:The output is separated by commas if only one column is selected, or\
13
  separated in the same way as the matrix $emph string$emphend otherwise.
11
  separated in the same way as the matrix `string' otherwise.
14
  </p>
-