Frank Delaglio, Ph.D.

19804 Maycrest Way
Germantown MD 20876 USA

301 806-0867
delaglio@nmrscience.com



NMRWish Built-In TCL Functions
gdbFindByName: Find a GDB object by its name; commonly used to find a particular variable (column) in a given table.

Find an object by its name:
  gdbFindByName parentHandle name [-all]
Notes:
  1. Use back-quoted names to allow matching
  by regular expression (i.e. `ID[0-9]`).
  2. Use the -all option to find all objects which
  match, rather than only immediate descendants.
  3. The -all option should only be used as the last
  argument on the command line.