유니코드 chr 대신 chrW 사용 Index = 1 '?,%가 없다면 검색할 필요없음 if instr(1,pURL,"?",1) > 0 OR instr(1,pURL,"%",1) > 0 then Do While Index 0 Then URLDecode = "" Exit Function End If '** 결과를 리턴한다. URLDecode = sBuffer Exit Function End Function '**************************************************************************************** '* 형 식 : Function '* 정 의 : Public Function boolUnicode(s) '* 설 명 : s 인자로 입력받은 문자열..