ermcclenton
Programmer
I am having trouble using the CHR() function to print Greek ASCII characters. The CHR() function seems to only work with numbers between 0 and 255. Whenever I attempt to print a Greek ASCII character, I get an error.
Example:
? CHR(946)
? CHR(913)
[ERROR] - Function argument value, type, or count is invalid.
Does anybody know how to get Visual FoxPro to render ASCII characters beyond "255"?
Example:
? CHR(946)
? CHR(913)
[ERROR] - Function argument value, type, or count is invalid.
Does anybody know how to get Visual FoxPro to render ASCII characters beyond "255"?