DETAB
DETAB, ELEM, Lab, V1, V2, V3, V4, V5, V6
Modifies element table results in the database.
ELEMElement for which results are to be modified. If ALL, modify all selected elements (ESEL) results. If
ELEM= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forELEM.LabLabel identifying results. Valid labels are as defined with the ETABLE command. Issue ETABLE,
STATto display labels and values.V1Value assigned to this element table result in the database. If zero, a zero value will be assigned. If blank, value remains unchanged.
V2,V3,V4, . . . ,V6Additional values (if any) assigned to consecutive element table columns.
Notes
Modifies element table (ETABLE) results in the database. For example,
   DETAB,35,ABC,1000,2000,1000 assigns 1000, 2000, and 1000 to the first three
   table columns starting with label ABC for element 35. Use the PRETAB command
   to list the current results. After deleting a column of data using
   ETABLE,Lab,ERASE, the remaining columns of data are
   not shifted to compress the empty slot. Therefore, the user must allocate null (blank) values for
   V1, V2...V6 for
   any ETABLE entries which have been deleted by issuing
   ETABLE,Lab,ERASE. All data are stored in the
   solution coordinate system but will be displayed in the results coordinate system
   (RSYS).