version 2003
PA_SetStringParameter (params; index; string)
| Parameter | Type | Description | |
| params | PA_PluginParameters | Parameters received in PluginMain | |
| index | short | Index of the parameter in params | |
| string | char* | New value |
Description
The routine PA_SetStringParameter sets the value of the indexth parameter in params to string.
See Create a new plugin for a description of parameter accessors.
NOTE:
The first parameter starts at index 1
Depending on default settings or on previous calls to PA_UsePStrings or PA_UseCStrings, string must be a Pascal or an ANSI C string.
See Also