Dim i As Integer = Asc("x") ' Convert to ASCII integer. Dim x As Char = Chr(i) ' Convert ASCII integer to char.
No comments:
Post a Comment