07-02-2008, 05:13 AM
How can i make my macro automaticly change a number, as if its counting... ex.......
DAY1
DAY2
DAY3
DAY4
DAY5
AND SO ON............
DAY1
DAY2
DAY3
DAY4
DAY5
AND SO ON............
HELP WITH MY MACRO
|
07-02-2008, 05:13 AM
How can i make my macro automaticly change a number, as if its counting... ex.......
DAY1 DAY2 DAY3 DAY4 DAY5 AND SO ON............
07-02-2008, 12:12 PM
07-02-2008, 12:13 PM
to learn about concatenating strings and numbers take a look at my blog in the sig.
07-02-2008, 12:56 PM
this is the macro, now everytime it repeats i need the number to increase by 1...... day1, day2,day3.......
rep 1200 0.1 lef 418 94 0.1 lef 133 225 0.1 key "day1" 0.1 lef 418 94 0.1 lef 119 112 0.1
07-02-2008, 01:47 PM
yes, and if you go to my blog, you'll find how to do that.
07-02-2008, 02:54 PM
There are several functions that can be used to join strings and numbers. The easiest is from. Also you have to use variables. str variables for strings, int variables for numbers. To repeat, use rep or for or goto. With key variables must be enclosed in ().
Macro
07-02-2008, 09:17 PM
WOW.....you guys are speaking chinese....i have no clue what your saying....all i know is how to make a basic macro/function as i posted..... if someone can use wat i posted and do it for me i would appreciate it.... all i need is the number beside the word day to increase by 1 every time it repeats.
07-02-2008, 09:22 PM
The macro in my post does exactly what you need (if i correctly understand you). Copy/paste and run to see how it works.
07-02-2008, 09:47 PM
Gintaras Wrote:The macro in my post does exactly what you need (if i correctly understand you). Copy/paste and run to see how it works. AND INSERT IT WHERE I HAVE.... KEY"DAY1"
07-02-2008, 10:59 PM
its works..... but not the way i would like it to.... this i basicly how i need it to work....
0.1 lef 418 94 0.1 lef 133 225 0.1 key "day1" 0.1 lef 418 94 0.1 lef 119 112 0.1 0.1 lef 418 94 0.1 lef 133 225 0.1 key "day2" 0.1 lef 418 94 0.1 lef 119 112 0.1 0.1 lef 418 94 0.1 lef 133 225 0.1 key "day3" 0.1 lef 418 94 0.1 lef 119 112 0.1 and so on..........
07-03-2008, 06:21 PM
Anybody???
07-03-2008, 06:58 PM
On a certain day do you want it to click a certin spot on the screen or maybe put the day at a certain spot of the screen?
07-03-2008, 09:19 PM
Time_Runner Wrote:On a certain day do you want it to click a certin spot on the screen or maybe put the day at a certain spot of the screen? no.... i just want it to type day1 then continue on with the macro.. and when it repeats the macro the 2nd time i need it to write day2 and the third time day3 ...and so on.... everytime the macro repeats the day goes up by one..... they way that Gintara posted it starts the macro fine but when it come to the day part it writes the days "day1 day2 day3... then continues on with the rest of the macro....
07-04-2008, 12:37 AM
whoever can help me figure it out i will send them a log booklet in the mail!!! :lol: :lol: :lol: :lol: :lol:
07-04-2008, 03:56 AM
macro
str s
07-04-2008, 04:08 PM
instead of 'out' it needs to be 'outp' :wink:
07-04-2008, 05:06 PM
craig1983 Wrote:macro criag, you rock bro.....worked exactly how i wanted it...... thank you very much!!!!! |
« Next Oldest | Next Newest »
|