version 2003
PA_ReturnString (params; resultString)
| Parameter | Type | Description | |
| params | PA_PluginParameters | Parameters received in PluginMain | |
| resultString | char* | String value to be returned by a plug-in function |
Description
The routine PA_ReturnString sets the returned value of a plug-in function to resultString, received by the calling the 4D method.
See Create a new plug-in for a description of returned values accessors.
See Also
Error Handling
None.