error 006: must be assigned to an array
#1

Hi,
I am getting this error >
Код:
error 006: must be assigned to an array
while compiling >
Код:
HouseInfo[i][Pass] = pass;
Reply
#2

this "pass" variable would be an array and you are assigning to a plane variable located at HouseInfo[i][Pass]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)