일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- autohotkey
- Var:=식
- SetControlDelay
- 배열
- SetEnv
- IfInString
- if(식)
- MouseClick
- IF (식)
- SetTitleMatchMode
- SetMouseDelay
- IfWinExist
- EnvSet
- 함수
- EnvSub
- ControlGetText
- EnvAdd
- 식의 설명
- if
- Blocks
- Menu
- EnvDiv
- EnvMult
- SetKeyDelay
- API
- ControlSend
- 식
- StringGetPos
- DetectHiddenWindows
- Threads
- Today
- Total
목록XML (2)
ㄴrㅎnㅂrㄹrㄱi
XML Reader 2.0 XPath - read and write XML documents with XPath 2.0 syntax XML Writer ;------------------------------------------------------------- ; XML 파싱 ;------------------------------------------------------------- XMLRead(source, tree, default = "") { ; v2.05 - by Titan If source is integer { DllCall("SetFilePointer", "UInt", source, "UInt", 0, "UInt", 0, "UInt", 0) s := VarSetCapacity(c, ..

; XML Explorer 1.8 - by Titan SetBatchLines, -1 #SingleInstance ignore #NoTrayIcon #NoEnv #Include XMLWrite.ahk #Include XMLRead.ahk #Include XMLQuery.ahk #Include Anchor.ahk SetControlDelay, -1 SetWinDelay, -1 title = XML Explorer EnvGet, settings, AppData settings = %settings%\%title%.ini Gui, +Resize Gui, Font, , Tahoma Gui, Add, Text, vFileT Section ym+10, XML Document: Gui, Add, Edit, vFile..