error 033: array must be indexed (variable "pAKA")
#1

Код:
pAKA = INI_ParseFile("aka.ini",ip);
How do I resolve this?

Thanks!
Reply
#2

up??
Reply
#3

write the line where pAKA is defined.
Reply
#4

it's not defined...just new pAKA[256];
i dont know why...but with dini work.
Reply
#5

Because pAKA is array. you cant assign values by using "pAKA = something;". to assign value to array you have to do "pAKA[0 .. 255] = something;".
Reply
#6

I find other aka system...Solved! T/C
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)