Microsoft Visual Basic 3.0

To convert a string to a value Val("13") 13 To convert a value to a string Str(14) "14" ASCII codes. Internally, computers work using numbers. It is therefore necessary to know the relationship between the numbers used by the computer and the characters seen on screen. ................
................