dlgitem_insert_table_row_at
dlgitem_insert_table_row_at(window, dlgitem, row[, text])
Inserts a new row in a table.
• window — The window identifier of the window containing the table.
• dlgitem — The value of the control's id attribute.
• row — The 1-based index of the new row. If the table has fewer rows than the value of row, the table is extended.
• text — Optional. The content of the first column in the row.
If dlgitem does not refer to a table, or if row is illegal, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
Related Topics