C0065 Compiler Error
Message text
Invalid ~ hex character sequence in string.
Explanation
This statement generates C0065. Hexadecimals can contain only the
digits 0 through 9 and the letters A through F:
|
1 |
string ls_b = "~h4H" // generates C0065 |
This statement compiles correctly and the string ls_b is set to the
uppercase letter O:
|
1 |
string ls_b = "~h4F" |
See Also
Special ASCII characters in the section called “Special
ASCII characters” in PowerScript Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest