Skip to content



 _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;
 }
 }
 }

샷의 에러를 어떻게 수정해야되나요?