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 4... Line 4...
4
  $lst_mean Outputs rows of a matrix $emph data$emphend,
4
  $lst_mean Outputs rows of a matrix $emph data$emphend,
5
  according to $emph condition$emphend. Rows of the matrix can be separated
5
  according to $emph condition$emphend. Rows of the matrix can be separated
6
  either by new lines or by semi-colon ``;''. <p>
6
  either by new lines or by semi-colon ``;''. <p>
7
  The condition can use words <tt>column 1</tt>, <tt>column 2</tt>, etc. to
7
  The condition can use words <tt>column 1</tt>, <tt>column 2</tt>, etc. to
8
  designate comma-separated columns in each row.
8
  designate comma-separated columns in each row.
9
 
-
 
10
 
9
  </p>