Hi all, (Newbie question) The following works: {X, _} = string:to_float(string:strip(io:get_line("X: "), right, $\n)), but is there a less cumbersome way to read a float from the standard input? Thanks. Don