Here's a cheap way of doing it
Replace the % with your character.VB Code:
For x = 1 To 255 If "%" = Chr$(x) Then MsgBox "This is character " & x Next x
|
Results 1 to 10 of 10
Thread: What is that character ?Threaded View
|
Click Here to Expand Forum to Full Width |