Jump to content
Macro Express Forums

allsam

Members
  • Posts

    4
  • Joined

  • Last visited

allsam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, Is it possible to skip one Line of the macro when the macro is running ? (If i want to skip one command during run of the macro) Something like If Keypressed = X then GoTo Line X Best regards allsam
  2. Kevin Your command it is working great, thank You very much
  3. Thank You very much Kevin for advice. I had no idea about this command. I am going to try to put it into macro express.
  4. Hi can You help with an array please ? I have no idea how to write the syntax for array in macro express. I have a notepad file with 100 sorted names in it called list.txt (Adam, Ann, Amber, ...) All i need to do is type each name on the screen once. It should be like that : Repeat 100 Times //i have 100 names VARIABLE SET STRING set array to the contents of C:\\Documents and Settings\\Vortex\\Desktop\\list.txt //i need to fill the array from my list variable set N to 1 //counter Mouse move to Mouse left click Text type(Simulate keystrokes) array(N) // i need to write the first name on the list on the screen variable set N to N+1 //i need to write the next name on the list Delay 10 seconds End repeat Can Anyone write me the exact syntax for this program please ? Any help will be appreciated. Thank You Best regards allsam
×
×
  • Create New...