Hello,
I want to use the command "Write text" but i need to add text from a variable in the sentence.
For example:
var1 = car
Write text = Come with your "var1"
Thanks in advance
Search found 7 matches
- 03 Mar 2013, 14:25
- Forum: Support
- Topic: Write text including variable
- Replies: 1
- Views: 2931
Re: Timer
I wan to make this action: 1.VarTimeStart = Time(now) 2.VarA = 60sec 3.VarB = 120sec 4.VarTime = Time(now) 5.if VarTime = VarTimeStart + VarA run procedure A else go to next line 6.IF VarTime = VarTimeStart + VarB run procedure B else go to next line 7.do some action 8.do some action 9.VarTime - Tim...
Timer
Hello,
I want to make a variable A to count seconds.
Is there a way to do that?
Thanks in advance
I want to make a variable A to count seconds.
Is there a way to do that?
Thanks in advance
- 09 May 2012, 15:15
- Forum: Support
- Topic: Representation of If;else procedure
- Replies: 8
- Views: 3795
Re: Representation of If;else procedure
No, it's not captcha.
It's just a picture with a number. From 0-36
It's just a picture with a number. From 0-36
- 09 May 2012, 09:13
- Forum: Support
- Topic: Representation of If;else procedure
- Replies: 8
- Views: 3795
Re: Representation of If;else procedure
IT's not text, it is an image. Can't copy paste it.
- 08 May 2012, 16:57
- Forum: Support
- Topic: Representation of If;else procedure
- Replies: 8
- Views: 3795
Re: Representation of If;else procedure
Thanks , done.
I have one more question.
I have a program that generate numbers.
Is there a way to grab this number in a variable?
I have one more question.
I have a program that generate numbers.
Is there a way to grab this number in a variable?
- 07 May 2012, 17:02
- Forum: Support
- Topic: Representation of If;else procedure
- Replies: 8
- Views: 3795
Representation of If;else procedure
Hello there, Thanks for the awesome work you've done with the Auctionaz I need some help. I want to make Actionaz do: 1. Ask for a number, user will give the number. 2. Put the number in a variable 3. If the number is 1, then click there(given position), else if number is 2, then click there(differe...