cubloc:val:index
Val(stringValue)
Parses a given String into its integer equivalent.
Dim ST1 As String * 12 Dim i As Integer ST1 = "123" i = Val(ST1) ' 123 is stored in variable I as a number.
cubloc/val/index.txt · Last modified: by 127.0.0.1
