Example: lr.eval_int / lr.eval_long

The following example sends the values of an int and long parameter to the output.

int i=lr.eval_int("{IntParam}");

lr.output_message("IntParam = " + i);

 

long l=lr.eval_long("{LongParam}");

lr.output_message("LongParam = "+l);