Frank Delaglio, Ph.D.

19804 Maycrest Way
Germantown MD 20876 USA

301 806-0867
delaglio@nmrscience.com



NMRWish Built-In TCL Functions
gdbFirst: Find the first entry (row) in a table.

Get information about an object:
  gdbFirst objectHandle
Return information as an array:
Flag Argument Default Description
 -array tclArrayName Array used to store results.
Return information in result list:
 -parms parmNames Parameters to list.
Default Parameters are first items of object:
  For root: first dBase
  For dBase: first table
  For table: first entry
  For entry: first cell
  For variable: first cell
  For cell: value
  For text: value
Parameter Names:
  table: variable: entry: cell:
  type type type type
  handle handle handle handle
  name name next north
  varCount varFmt prev south
  entryCount varType cell east
  var next cellN west
  entry prev parent empty
  varN cell (cells) value
  entryN cellN (values) pvalue
  next parent (pvalues) var
  prev (cells) entry
  parent (values)
  text (pvalues)
  textN
  (vars)
  (varNames)
  (entries)

  dBase: text: root:
  type type type
  handle handle handle
  name next dBase
  next prev dBaseN
  prev parent (dBases)
  table value
  tableN value
  tabCount
  text
  textN
  parent
  (tables)

Notes:
  Parameters listed in parenthesis () above are
  only available through the -parm option.