Example:lrc_save_float

This example saves 150.34 float-type value to a string:

float var= lrc_float("150.34");
lrc_save_float("param-name",var);