Guest User

Untitled

a guest
Apr 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Dim intvalue As Integer
  2. Dim intX As Integer
  3. Dim strChar As String
  4.  
  5. intvalue = Len(strInput)
  6.  
  7.  
  8. For intX = 1 To intvalue
  9.  
  10.  
  11. Next intX
  12. lblanwser.Caption = Asc(strInput)
  13. End Sub
Add Comment
Please, Sign In to add comment