26차 에러 질문입니다(완료)
분류
질문
조회 수
234
추천 수
0

_index = "Name" + item.classid;
if (My.Pick.ntipNameList[_index] != undefined)
{
for (i = 0; i < My.Pick.ntipNameList[_index].length; i++)
{
if (eval(My.Pick.ntipNameList[_index][i][0]))
{
if (My.Pick.ntipNameList[_index][i][1])
{
if (eval(My.Pick.ntipNameList[_index][i][1])) <<이부분입니다
return 1;
else if (_result == 0 && !_identified)
_result = -1;
}
else
return 1;
}
}
}
샷의 에러를 어떻게 수정해야되나요?