lr.eval_int
Returns the integer value of a parameter
Java Language
int lr.eval_int ( String name );
Example: lr.eval_int | String and Parameter Functions | Java Syntax |
Arguments
Name | Comments |
---|---|
name | The name of the parameter. |
The lr.eval_int function returns the current integer value of the parameter, name. You can use this function with parameterization to return a different value for each iteration.
Return Values
This function returns the value of the specified string or null on error.
Parameterization
You cannot use standard parameterization for any arguments in this function.