C0011 Compiler Error
Message text
Incompatible types in expression: type1, type2.
Explanation
The following code generates C00011:
1 2 3 4 5 6 7 8 9 |
int li_a string ls_b // Each of the following statements generates C00011: // Incompatible types in expression: integer, string ls_b = li_a + ls_b ls_b = li_a * ls_b ls_b = li_a - ls_b ls_b = li_a / ls_b |
See Also
Datatype of PowerBuilder expressions in the section called “Datatype of
PowerBuilder expressions” in PowerScript Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest