array must be indexed problem
#7

Код:
if(strcmp(params, carid, true) == 0)
should be
Код:
if(strcmp(confirm, carid, true) == 0)
Reply


Messages In This Thread
array must be indexed problem - by Danand - 08.04.2009, 22:16
Re: array must be indexed problem - by Castle - 08.04.2009, 22:25
Re: array must be indexed problem - by hanzen - 08.04.2009, 22:27
Re: array must be indexed problem - by Danand - 08.04.2009, 22:46
Re: array must be indexed problem - by Weirdosport - 08.04.2009, 23:21
Re: array must be indexed problem - by hanzen - 09.04.2009, 00:12
Re: array must be indexed problem - by 13th - 09.04.2009, 05:51

Forum Jump:


Users browsing this thread: 2 Guest(s)