Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/17/2011 in all areas

  1. Melba23

    Math errors in AutioIT?

    Chad, Google "floating point arithmetic" and you will find out more about this problem than you ever wished to know. It happens because of the way floating point numbers are stored and affects all software not just AutoIt. M23
    1 point
  2. Try using the _StringBetween() function, maybe like this.. #include <String.au3> $a = "<a href='/linktoit/index.html?dataModelSelection=message%3Aemails%5B0%5D&amp;actionMethod=index.xhtml%3AmailQueue.select' id='emailTable:0:j_id35'>Confirmation code: oO6aI2Nq5m</a>" $b = _StringBetween($a, "<a href='", "' id='") MsgBox(0, "", $b[0])
    1 point
  3. Yes, you wrote a bunch of mouse clicks. If you want to improve it, make it into a function that takes a string as an argument and draws it.
    1 point
×
×
  • Create New...