C0066 Compiler Error
Message text
Invalid ~ decimal character sequence in string.
Explanation
These statements generate C0066. Decimals must contain three digits
in the range 000 to 255:
|
1 2 |
string ls_a = "~266" // generates C0066 string ls_b = "~3" // generates C0066 |
This statement compiles correctly and the string ls_b is set to the
uppercase letter B:
|
1 |
string ls_b = "~066" |
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