I have two machines. Both have Windows xp Pro. Both have Visual
Studio 6.0. These two versions differ only in Forms3 version. Machine
1 (M1) has version 11.0.6254, Machine 2 (M2) has version
11.0.6550...oth er than that, I'm hardpressed to find anything
significient that's different.
The question I have is, on M1, the Chr() function will return the
proper value for input values 0-255, however, on M2, the Chr() function
will return the proper value for input values 0-127, and return 0 for
input values 128-255. I realize that this has something to do with the
ANSI or ASCII encoding scheme...but how do I fix it? How do I get M2
to return the proper values for ALL inputs from 0-255???
Thank you.
Studio 6.0. These two versions differ only in Forms3 version. Machine
1 (M1) has version 11.0.6254, Machine 2 (M2) has version
11.0.6550...oth er than that, I'm hardpressed to find anything
significient that's different.
The question I have is, on M1, the Chr() function will return the
proper value for input values 0-255, however, on M2, the Chr() function
will return the proper value for input values 0-127, and return 0 for
input values 128-255. I realize that this has something to do with the
ANSI or ASCII encoding scheme...but how do I fix it? How do I get M2
to return the proper values for ALL inputs from 0-255???
Thank you.
Comment