Subversion Repositories wimsdev

Rev

Rev 5921 | Rev 11212 | Go to most recent revision | 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:select
3
type:$type_both
4
syntax:!select `data' where `condition'
5
mean:Outputs rows of a matrix `data', according to `condition'. \
6
  Rows of the matrix can be separated either by new lines or by semi-colon `;'. <p>\
7
  The condition can use words <span class="tt">column 1</span>, <span class="tt">column 2</span>, etc. to\
8
  designate comma-separated columns in each row.\
5920 bpr 9
  </p>