C0086 Compiler Warning
Message text
Duplicate instance variable name: variable.
Explanation
Declaring an instance variable with the same name twice for the same
object generates C0086: Duplicate instance variable name: li_a:
|
1 2 3 |
int li_a ... int li_a[4]// generates C0086 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest