nca_response_set_cell_data
Example: nca_response_set_cell_data | Response Object Functions |
Inserts data into a cell in a response box.
int nca_response_set_cell_data( LPCSTR name,LPCSTR cell, LPCSTR data );
name | The name of the response object. |
cell | The name of the cell in which to enter data. |
data | The data to enter into the specified cell. |
The nca_response_set_cell_data function inserts data into a cell in a response box. You specify the name of the response object, the name of the cell, and the data.
Return Values
Parameterization
The following variable can be parameterized using standard parameterization: name