79733124

Date: 2025-08-12 11:49:17
Score: 1.5
Natty:
Report link

You need to compile your program with Au3Stripper for this you need to download and to use SciTE4AutoIt package: https://www.autoitscript.com/site/autoit-script-editor/downloads/?new

#AutoIt3Wrapper_Run_Au3Stripper=Y
#Au3Stripper_Parameters=/MO /RSLN

dbug('hello', @ScriptLineNumber)

Func dbug($data, $lineNumber)
    ConsoleWrite($lineNumber & ': ' & $data & @CRLF)
EndFunc

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MichaƂ Lipok