Frank Delaglio, Ph.D.

19804 Maycrest Way
Germantown MD 20876 USA

301 806-0867
delaglio@nmrscience.com



NMRWish Built-In TCL Functions
gdbSet: Set the value associated with a database cell, which is a particular value in a table, specified by its entry (row) and variable (column).

Set the value of cells by their variables:
  gdbSet entry varNameOrHandleList cellValueList
Notes:
  1. Both list arguments must be proper TCL lists.
  2. Use back-quoted variable names to allow
  matching by regular expression (i.e. `HN_.*`).
  3. Use the keyword (Null) for missing values.