C0006 Compiler Warning
Message text
Unused label: label.
Explanation
The following code generates C0006:
1 2 3 |
int li_b nextline: li_b=3 //generates C0006 li_b=3 |
The following code compiles without error:
1 2 3 4 |
int li_b goto nextline nextline: li_b=3 li_b=3 |
See Also
GOTO in the section called “GOTO” in PowerScript Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest