Frank Delaglio, Ph.D.

19804 Maycrest Way
Germantown MD 20876 USA

301 806-0867
delaglio@nmrscience.com



NMRWish Built-In TCL Functions
gdbCreate: Create a GDB database object; commonly used to add a variable (column) or entry (row) to a table.

Usage:
  gdbCreate objectType
Flag Argument Default Description
 -parent pHandle The object's parent.
 -name oName Name for the object.
 -result tclVar TCL var name for result. Previous object will be destroyed.
Required Options for Creation of Variables:
 -varType vType Variable type (variables only).
 -varFmt vFmt Variable format (variables only).
Object Types (Not all are supported here):
 null            
 object          
 data            
 cell            
 entry           
 variable        
 text            
 table           
 dbase           
 ptr             
 root            
Variable Types:
 null            
 text            
 int             
 float           
 double          
 ptr