loop stops at first find??
#3

You need to add 'else if' to type 2 and higher


Example Below:

Код:
if(BizInfo[idxj][bType] == 1)
else if(BizInfo[idxj][bType] == 2)
else if(BizInfo[idxj][bType] == 3)
else if(BizInfo[idxj][bType] == 4)
else if(BizInfo[idxj][bType] == 5)
Reply


Messages In This Thread
loop stops at first find?? - by jeffery30162 - 22.06.2014, 01:06
Re: loop stops at first find?? - by jeffery30162 - 22.06.2014, 02:23
Re: loop stops at first find?? - by Ciandlah - 22.06.2014, 02:28
Re: loop stops at first find?? - by jeffery30162 - 22.06.2014, 18:56
Re: loop stops at first find?? - by s0nic - 22.06.2014, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)