Search the Community
Showing results for tags 'au3check'.
-
Hello everyone, I discovered a bug yesterday and I posted it at the bug tracker: I also made a simple script which can be used to reproduce the bug: CreateVariable() ConsoleWrite($sGlobalVariable & @CRLF) Func CreateVariable() Global $sGlobalVariable = "Foobar" EndFunc The bug was...
-
Hello dears, How can I hide the wrapper or check on the debug window? >"C:\Program Files\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "D:\Taylan\Projects\AU3\Browser\TimesMe\TimesMe.au3" /UserParams +>11:39:...
-
Au3Check not flagging some duplicate variables
AndyS01 posted a topic in AutoIt Technical Discussion
I have a very large script and I found one of my global variables was declared twice but I didn't get any errors when compiling the script. I have a test script here: #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 Global $aArray1[7] Global $aArray1[7] ; I don't get a... -
Referring to: and /?do=embed#entry1102929'' frameborder='0' data-embedContent>> I would like to present AU3 Tools - Quick Updater : Global $URL_Scite = 'http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/' _INET_DownloadIfNotEqual("AutoIt3Wrapper.exe") _INET_DownloadIfN...
-
I have download and install new autoit and scite4autoit3 But it got error with au3check. It 's cann't open include file I have already put in script dir That problem not happen with default include file Help me
-
Uhhm just a question, is it possible a script can get too long for AU3Check? Or what other reasons can break AU3Check? AU3Check works for all scripts I have exept for just one. In that one I can just write random non existing functions or write variables without declaration (& MustDeclarVars on) but...