Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/22/2024 in all areas

  1. Probably just need to adhere to the gremlins rule - don't post code past midnight! yeah there's improvement to be had there for sure.
    1 point
  2. Insert the following code If @error Then ConsoleWrite("Extended = " & @extended & @CRLF) Exit EndIf directly behind $aFiles = _FileListToArrayRec(@ScriptDir, "*.inf", $FLTAR_FILES, $FLTAR_RECUR, $FLTAR_NOSORT, $FLTAR_FULLPATH)
    1 point
  3. added a listview to click-click
    1 point
  4. water, Being what I would refer to as a "migrator scripter", it would appear that i do make assumption, and, as a result, the "a##" in me has been, shall we say, "exposed". This being said, my overall scripting requirements are rather simple ones. Thus, the need for "error checking" has never, ever been an issues. This "non-issue mentality" however, is now being altered - observing the need for such "coding practices". The provided link regarding "Functions" has been a real "eye opener" ...so I just want to extend a heart-felt sense of gratitude to you for for that suggestion.
    1 point
  5. hehe - looking good. Pulling that default mask is a nice touch. It's obviously not an issue, but to be hyper nit-picky there's no real need to keep expanding that array. ($iLast - $iFirst) + 1 will get you a count Also putting that limit on IP addresses was probably a good idea too. God help anyone who actually has need of a /16 subnet!!
    1 point
  6. Moved to the appropriate AutoIt General Help and Support forum, as the Developer General Discussion forum very clearly states: Moderation Team
    1 point
×
×
  • Create New...