그런데 FileAppend 으로 생성한후에 뽑다보니..파일이 남는군요.. 급여지첵으로 먼저 생성한후 파일 을 지우거있는데요.. 해당텍스트파일이 있으면.. 덮어쓰는게아니라.. 새롭게쓰는 방법이있나요..?이게 지우지않으면..중복해서 목록을 뽑더라구요.. ㅠ.ㅠ 혹 방법이 있을까요??
winhttp.Open("GET", "http://my.naver.com/my/cafe/NaverMainMyCafeListView.nhn") ; . NaverID2)
winhttp.Send()
winhttp.WaitforResponse
Text:=winHttp.ResponseText
FileAppend,%Text%,Text.Text
;MsgBox,%Text%1
FileRead,Text,Text.Text
;MsgBox,%Text%2
loop,Read,Text.Text
{
IfInString,A_loopreadLine,title=
{
RegExMatch(A_loopreadLine,"title="".*?"">", b)
;MsgBox,%B%
;MsgBox,%A_loopreadLine%
StringTrimLeft,b,b,7
StringTrimRight,b,b,2
;MsgBox,%B%
GuiControl,,List,%B%
}
}
MsgBox,루프끝
return