Subversion Repositories wimsdev

Rev

Rev 4562 | Rev 5921 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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