C0059 Compiler Warning
Message text
Continue statement occurs outside loop construct.
Explanation
This function generates C0059:
|
1 2 3 4 5 |
int li_num for li_num=1 to 4 li_num++ next continue |
This function compiles without errors:
|
1 2 3 4 5 |
int li_num for li_num=1 to 4 li_num++ continue next |
See Also
See DO…LOOP and FOR…NEXT in the section called “DO…LOOP” in PowerScript Reference and
the section called “FOR…NEXT” in PowerScript Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest