Example:lrc_float

This example converts the "150.34" string into the float type value 150.34:

float var= lrc_float("150.34");