22.06.2014, 02:28
You need to add 'else if' to type 2 and higher
Example Below:
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)