Jump to content
Macro Express Forums

carbon-fiber-hoods

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by carbon-fiber-hoods

  1. In pseudocode (I leave the detailed code to you):

     Your Main Repeat Loop
       Your processing code
       -- Here's the logic to hit the Down key one additional time at the end of each loop
       Increment variable N1 (i.e. Set N1 = N1 + 1)
       Repeat N1 times
         Text Type DOWN
       End Repeat
     End of your Main Repeat Loop
    

    In the first repeat execution you'll get one DOWN arrow. In the second, you'll get two DOWN arrows, etc.

    thanks for the prompt reply. I'm not quite sure how to implement the pseudocode, there is a "Repeat with Variable using %N1%" with a counter option, but I'm not sure how to use that, also since the entire script has to repeat will this throw it off?

     

    Can you tell me how I would do this in the scripting editor?

     

    click down key 1 time

    hit enter

    repeat

    click down key counter+1 times

    hit enter

    repeat

     

    ...etc etc

     

    I'm just not sure how to being to input this with the scripting editor,

     

    thanks for your help

×
×
  • Create New...