Utility2010. 12. 25. 00:18

Koda폼을 이용해서 생성을 하면 변수명을 Global/Local/Dim 과 같이 정의를 해 주지 않습니다.

일반적으로는 크게 문제가 없으나,

 Opt("MustDeclareVars", 1)

If this option is used then all variables must be pre-declared with Dim, Local or Global before they can be used - removes the chance for misspelled variables causing bugs.
1 = Variables must be pre-declared
0 = Variables don't need to be pre-declared (default)

를 적용한경우는 문제가 됩니다.

일일이 찾아서 정의하기 귀찮아서 만들어 봤습니다.

소스작성중에 사용하는 관계로 Autoit이 설치/포터블화 해서 사용하는 분들께만 필요가 하게 되어서 .a3x으로 코딩합니다.

(포터블 사용자는 Autoit3.exe로 실행시키면 됩니다.)






'Utility' 카테고리의 다른 글

한글입력이 안될 때  (0) 2011.02.01
탐색기에서 드라이브 숨기기/엑세스 금지를 쉽게하기  (0) 2011.01.26
PC 종료, 타이머  (3) 2010.10.17
태극기 그리기  (0) 2010.08.14
mp3 파일 랜덤(임의)복사  (4) 2010.06.01
Posted by 빈마음