Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/01/2019 in all areas

  1. You still haven't answered the question, what legitimate need do you have to run multiple proxies?
    1 point
  2. Why would you want to use different proxies for different profiles? How about some explanation of what you are trying to accomplish. ===In case you missed it, this is a Mod stepping into a thread===
    1 point
  3. @makemoneyonl if you have something to contribute, please do so in the thread.
    1 point
  4. Seems appointment has no default values and no error handling as well So it seems sensible to add meaningful defaults error handling if there are no defaults for a item type Which defaults would you like to see for appointments?
    1 point
  5. My point is that I don't want to use _ArraySearch at all. I want to save the values directly in the Scripting.Dictonary object and search directly in the object. Scripting.Dictonary is implemented in a DLL file. When you are searching, it's done in compiled code. It'll be 1000 times faster than _ArraySearch (in a very round number). If Scripting.Dictonary is implemented in a UDF, it'll only be 100 times faster. Why should I be happy with 100 times faster code when I can get 1000 times faster code? If you're searching for Scripting.Dictonary in the forums you'll see that in many cases it is in fact used to optimize AutoIt code. AutoIt is pretty much a simple and easy to use language (probably also a little bit dirty, I certainly won't call it beautiful). At the same time, it contains all the techniques needed to create as complex code as you can ever imagine only limited by the skills of the coder. Why not take advantage of these techniques to make AutoIt even more useful but not least to make it more interesting and exciting for experienced coders?
    1 point
×
×
  • Create New...