lr.eval

Returns the string argument after evaluating embedded parameters.

C#

string lr.eval( string instring );

VB.NET

Function lr.eval( ByVal instring As String   ) as String
Example: lr.evalString and Parameter Functions

Arguments

NameComments
instringThe string to evaluate.
outstring The string after embedded parameters have been evaluated.

The lr.eval function evaluates the instring value, replacing any embedded parameters with the current value. If the instring 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 embedded parameters.

Parameterization

All string input arguments can be passed using standard parameterization.