C0073 Compiler Warning
Message text
{“number”} meaningless with type type.
Explanation
This statement generates C0073: {3} meaningless with type
string:
|
1 |
constant string {3} ls_str="aaa" // generates C0073 |
This statement generates C0073: {1} meaningless with type
integer:
|
1 |
int {1} li_a[3]={1} // generates C0073 |
These statements compile successfully:
|
1 2 3 |
constant string ls_str="aaa" int li_a[3]={1} decimal {28} ld_a = 3.14159265 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest