Table of Contents


NAME

data:find-rows - return list of rows with columns meeting conditions (Decida Procedure)

USAGE

          data:find-rows d args

ARGUMENTS

d data-object name
args set of column conditions

RESULTS

returns list of rows with columns meeting conditions

EXAMPLE-CALL

             d find-rows ID <= 3.0e-12 VBS == 0

AUTHOR

Richard Booth

Table of Contents