cubloc:valhex:index
ValHex(String variable)
Parses a given String in hexadecimal format into its integer equivalent.
Dim ST1 AS String * 12 Dim i AS Long ST1 = "ABCD123" i = ValHex(ST1) '&HABCD123 is stored in variable I
cubloc/valhex/index.txt · Last modified: by 127.0.0.1
