Skip to content

syntaxerror 애러 질문 드립니다

조회 수
1,804
추천 수
0
등록일

아까 mysnaglt.ntl (295) : syntaxerror: missng; beforestatement 구문에서 애러가 난다고 말씀드렸는데

그게 해결이 된게 아닌거 같습니다,,;;

아까는 뭣 모르고 )를 하나 지웠는데 이제보니 괄호수는 다 맞는거 같더라구요


_index = _MySI_NtipNameList["Name" + item.classid];
 if (_index != undefined)
 {
 for (i = 0; i < _index.length; i++)
 {
 if (eval(_NTIP_CheckList[_index[i]][0]))
 {
 if (_NTIP_CheckList[_index[i]][1].length > 0)
 {
 if (eval(_NTIP_CheckList[_index[i]][1])) ←이부분
 return 1;
 else if (!_identified && _result == 0)
 _result = -1;
 }
 else


여기가 애러라는데 어떤게 잘못 됏는지를 알수가 없네요..