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_stringString and Parameter Functions

Arguments

NameComments
instringThe 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.