====== ValSng(stringValue) ====== Parses a given ''String'' into its equivalent floating point value. Dim ST1 As String * 12 Dim F As Single ST1 = "3.14" F = ValSng(ST1) ' 3.14 is stored in variable F as a floating ' point number. {{:cubloc:valsng:cublocvalsng.png?600|}} See also [[:cubloc:val:|Val]] and [[:cubloc:valhex:|ValHex]] [[cubloc:index#system_library:|Go CUBLOC home]]