반응형
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ControlGetText
- EnvDiv
- Threads
- DetectHiddenWindows
- SetMouseDelay
- Blocks
- EnvAdd
- IF (식)
- EnvSub
- IfInString
- Var:=식
- SetTitleMatchMode
- ControlSend
- SetKeyDelay
- StringGetPos
- 배열
- 식
- SetControlDelay
- API
- if
- SetEnv
- 함수
- Menu
- if(식)
- EnvMult
- autohotkey
- EnvSet
- MouseClick
- 식의 설명
- IfWinExist
Archives
- Today
- Total
ㄴrㅎnㅂrㄹrㄱi
#AllowSameLineComments 본문
반응형
Only for AutoIt v2 (.aut) scripts: Allows a comment to appear on the same line as a command.
#AllowSameLineComments
Specifying this directive at the top of any AutoIt v2 (.aut) script will enable the use of same-line comments, which are normally disabled for compatibility reasons. If not used at the top of the script, same-line comments are not supported above the point where the directive occurs.
Example
#AllowSameLineComments
Sleep, 1 ; This comment is a same-line comment.
반응형
'AUTOHOTKEY > 레퍼런스' 카테고리의 다른 글
Function-Collection for AHK (0) | 2010.03.19 |
---|---|
Another text converter/encripter (Lewis Carrolls Cipher) (0) | 2008.12.30 |
Creating a Keyboard Macro or Mouse Macro (0) | 2008.12.30 |
Click (0) | 2008.12.30 |
My Scripts (0) | 2007.11.08 |
Comments