Hi everyone!
I am gonna get crazy soon with this problem... the problem
is the following: a program i am building gets from a
procedure a 8-bit binary value. Let's suppose, for example,
10010100 . Now my program has to convert this number to
decimal, in this case 148, and then to the corresponding
ASCII character, in this case "o with dieresis". The
problem is that when i get characters from decimal values,
sometimes the Chr function gives me some strange problems with some characters... This seems to happen when i
get ASCII characters from decimal values that are lower
than 31 or over 200... but also other characters.

Is there anybody who wants to take a look to my program?...
i'll send it by email...
Thanks for the support