C0008 Compiler Error
Message text
Incompatible types in assignment: type1, type2.
Explanation
The following code generates C0008:
|
1 2 3 |
int li_num li_num = "string" // generates C0008: Incompatible // types in assignment: integer, string |
See Also
Assignment in the section called “Assignment” in PowerScript Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest