Jump to content
Macro Express Forums

xodusx

Members
  • Posts

    5
  • Joined

  • Last visited

xodusx's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. it was definitely the delay options, it was at 250 and i changed it to 200 and it got faster. I kept changing it and eventually lowered it to 0 and im getting no errors and its instant
  2. what i have so far is this: <TEXTTYPE:<END>><MMS2:654,494><LDCLK><CLIPC><IVAR2:01:11:><NMVAR:01:02:1:0000001:2:0004000><TEXTTYPE:%N2%><MMS2:580,538><LDN><LUP> It does what i want it to do, (this is on a site in Firefox) Goes to the bottom of the page, highlights the text in the text field, copies it, Adds the amount to it, Moves the mouse to the Submit button, and clicks it. Everything is fast except after copying the original number in the text box it takes 1-2 seconds to add the amount. Thats why i think its the modify integer value. The text is in TT so it cant be that, my typing delay is fast, but I'm not sure how to check clipboard delay timing. I can copy/paste manually fast so i don't think its that. Im not sure how to change your code Namino to work with firefox/the text box. looks like this thanks for all the help so far, I've learned a lot about this.
  3. thanks so much The Variable Modify integer tends to take like 1-2 seconds to actually input the number. Is this the fastest way to do it?
  4. I looked into that, but i dont understand how it will actually get the number thats on notepad. What i have it doing so far is moving the mouse and highlighting the number then i inserted the %N2%=%N1%+100 then convert %N2% to text string %T1%, followed by Text Type %T1%. So what it does is it highlights the number and changes it to 100 since it assumes the value of N1 is 0. How do i make N1 be the number on notepad? Sorry im not that good at this :/ Thanks for the first reply
  5. hey, this is my first post here and wanted to ask a question. I have been using Macro express for around 3 months and its great! My question is, Is it possible to create a macro that highlights a number and adds a certain amount to it? Lets say i type in 333 in notepad, can i make a macro that would highlight it (double click it) and then add 100 to it for example. The only part i dont know about is the adding a set number to the already existing one. Thanks in advance
×
×
  • Create New...