furanku

NMRWish Command List

gdbLast

Get the Last Item Associated with a Database Object



Command-Line Argument List

Get information about an object:
 gdbLast objectHandle
Return information as an array:
 -array tclArrayName    Array used to store results.
Return information in result list:
 -parms parmNames       Parameters to list.
Default Parameters are last items of object:
  For root:       last dBase
  For dBase:      last table
  For table:      last entry
  For entry:      last cell
  For variable:   last 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.