lr.save_string
Saves a null-terminated string to a parameter.
C#
void lr.save_string( string param_value, string param_name );
VB.NET
Sub lr.save_string( ByVal param_value As String, ByVal param_name As String )
Example: lr.save_string | String and Parameter Functions |
Arguments
Name | Comments |
---|---|
param_value | The value to assign to the parameter. |
param_name | The name of the parameter. |
The lr.save_string function assigns the string to the parameter. It creates the parameter if it does not exist.
To determine the value of the parameter, use the lr.eval_string function.
Return Values
No value returned.Parameterization
Standard parameterization is not available for this function.