Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 11209 → Rev 11210

/trunk/wims/public_html/modules/help/wimsdoc.en/cmd/select.phtml
1,9 → 1,9
!! +var+ +exec+ +string+
$lst_tit select$lst_titend$type_both
$(lst_syntax)select $emph data$emphend where $emph condition$emphend</span>
$lst_mean Outputs rows of a matrix $emph data$emphend,
according to $emph condition$emphend. Rows of the matrix can be separated
either by new lines or by semi-colon ``;''. <p>
The condition can use words <span class="tt">column 1</span>, <span class="tt">column 2</span>, etc. to
designate comma-separated columns in each row.
tit:select
type:$type_both
syntax:!select `data' where `condition'
mean:Outputs rows of a matrix `data', according to `condition'. \
Rows of the matrix can be separated either by new lines or by semi-colon `;'. <p>\
The condition can use words <span class="tt">column 1</span>, <span class="tt">column 2</span>, etc. to\
designate comma-separated columns in each row.\
</p>