Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/17/2019 in all areas

  1. wcook509

    Adventure Game

    Way back in the early 80's (I am a 72 year old youngster), I wrote a few BASIC language text-base adventure games for the Tandy/Radio Shack Color Computer. Haven't even attempted any kind of coding in 30+ years. After discovering AutoIT, I thought I would make an attempt to determine if something like those legacy games could be created using AutoIt. This is what I've come up with and it is far from finished. I would welcome comments, improvements, ideas.... (remember I am very much a novice). Thanks... Adventure.au3
    1 point
  2. LoL: inactive notepad ! Ok, how about you tell us what application you are trying to automate, and what is the goal of your issue...
    1 point
  3. To "install" the ExcelChart UDF follow the steps as described in the post above. What have you tried so far that didn't work? Please show your code.
    1 point
  4. StringRegExpReplace($source, '<.*?>', "")
    1 point
  5. See with inspect.exe the whole hierarchy and all elements you can iterate. Right clicking should be easy when you understand the treewalking concepts that are explained in examples of uia thread. Paid help will still easily cost 40+ hours. If you are willing to go to paid solutions consider tools like testcomplete or leanft they come out of the box with easier record and playback. In general any senior testautomation engineer or sr developer should be able to solve your problem.
    1 point
  6. Record 12-y necropost.
    1 point
  7. This should work in any case $source = '<a class="class" href="https://example.com" id="i">the web site</a>' Msgbox(0,"", StringRegExpReplace($source, '.*href="([^"]+).*', '\1') )
    1 point
  8. TheSaint

    TeraCopy Timer

    TeraCopy Timer updated to v3.1. See first post. (v3.1) Any 'wait' for the first job, is now shown at program start, plus user is notified with an alert. Bugfixes for Job renumbering etc. Various improvements. Canceling before all jobs have completed now presents a query to remove those jobs that have finished. NOTE - This is somewhat of a major update, as I had to dig deep and rewrite a bunch of code, plus add some new.
    1 point
  9. Seminko

    regexp help

    Not sure if I understood correctly, but from what I gathered you wanted a regex that would return the following, correct? If that's so, and provided that 'Contenuto del pacco:' string will be on every page you're using the regex for, you can try this: https://regex101.com/r/JA2SXj/1/ If not, just let me know. I'll look more into it tomorrow. It all depends on the consistency of the inputs.
    1 point
×
×
  • Create New...