User Tools

Site Tools

한국어

cubloc:valsng:index

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.

See also Val and ValHex

Go CUBLOC home

cubloc/valsng/index.txt · Last modified: 2016/06/09 08:43 by COMFILE Technology