stringToReal
function stringToReal(str:string; base:integer):real;
Transforms the string into the real number. The second parameter is the base for transformation.