C0096 Compiler Error
Message text
Referencing number dimensional array with number subscripts.
Explanation
The FOR statement in this function generates C0096: Referencing 3
dimensional array with 2 subscripts:
|
1 2 3 4 |
int li_num,li_arr[2,2,1]={1,2,3,4} for li_num=li_arr[1,1] to 5 // generates C0096 ... next |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest