C0090 Compiler Error
Message text
Incompatible types in array list expression: type1, type2.
Explanation
The first statement in this example generates C0090: Incompatible
types in array list expression: long, string. The second statement
generates C0090: Incompatible types in array list expression: real,
boolean:
|
1 2 |
int li_arr[2]={1,'a'} // generates C0090 long ll_arr[4] = {1, 2.3, 4E3, true} // generates C0090 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest