#Warn on A_IsCompiled Topic is solved

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
User avatar
FredOoo
Posts: 186
Joined: 07 May 2019, 21:58
Location: Paris

#Warn on A_IsCompiled

Post by FredOoo » 22 Aug 2020, 09:34

Is it possible to do something like that ?
#Warn All, ( A_IsCompiled ? Off : OutputDebug )
(Alan Turing) « What would be the point of saying that A = B if it was really the same thing? »
(Albert Camus) « Misnaming things is to add to the misfortunes of the world. »
User avatar
FredOoo
Posts: 186
Joined: 07 May 2019, 21:58
Location: Paris

Re: #Warn on A_IsCompiled  Topic is solved

Post by FredOoo » 23 Aug 2020, 14:17

Code: Select all

#Warn All, Off
;@Ahk2Exe-IgnoreBegin
    ; "This will be ignored in the compiled script"
    #Warn All, OutputDebug
;@Ahk2Exe-IgnoreEnd
(Alan Turing) « What would be the point of saying that A = B if it was really the same thing? »
(Albert Camus) « Misnaming things is to add to the misfortunes of the world. »
Post Reply

Return to “Ask for Help (v2)”