This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Add Table Row

Description

This functor adds a row in specified table.

Inputs

Name Type Description
Table Table Table where the new row will be created.
Values Tuple All values to be added as the new row.

Outputs

Name Type Description
Result Table The resulting table containing the new row.

Group

Notes

The tuple corresponding to the new row must have elements corresponding to all table columns. Otherwise, an error will be reported.

Internal Name

AddTableRow