ascii codes  
Author Message
tihauan





PostPosted: Wed Oct 22 13:21:23 CDT 2003 Top

Visual Basic >> ascii codes

Hi,
I am trying to find how I can add other signs above 255. I using the Chr()
function but I get some other strange signs! Can someone show me how I can
use this different function for ASCII signs ?
// Kenneth

Visual Studio235  
 
 
jmªgue®ø





PostPosted: Wed Oct 22 13:21:23 CDT 2003 Top

Visual Basic >> ascii codes Hello, Kenneth:

Use ChrW().
Note that VB doesn't support Unicode under Windows 95, 98 and Me.

Regards.




| Hi,
| I am trying to find how I can add other signs above 255. I using the =
Chr()
| function but I get some other strange signs! Can someone show me how I =
can
| use this different function for ASCII signs ?
| // Kenneth
|=20
|=20
|