C0081 Compiler Error
Message text
Duplicate variable: variable.
Explanation
Declaring a variable with the same name twice in the same script
generates C0081: Duplicate variable: li_a:
|
1 2 3 |
int li_a ... int li_a[4]// generates C0081 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest