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