lr.eval_string
Returns the string argument after evaluating embedded parameters.
C#
string lr.eval_string( string instring );
VB.NET
Function lr.eval_string( ByVal instring As String ) as String
Example: lr.eval_string | String and Parameter Functions |
Arguments
Name | Comments |
---|---|
instring | The string to evaluate. |
The lr.eval_string function returns the input string after evaluating any embedded parameters. If the string argument contains only a parameter, the function returns the current value of the parameter.
Parameters must be in parameter brackets.
Return Values
The input string, expanded to include the values of any parameters.
Parameterization
All string input arguments can be passed using standard parameterization.