Search found 7 matches

by Gollbert
03 Mar 2013, 14:25
Forum: Support
Topic: Write text including variable
Replies: 1
Views: 2914

Write text including variable

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
by Gollbert
10 Feb 2013, 16:38
Forum: Support
Topic: Timer
Replies: 3
Views: 2703

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...
by Gollbert
09 Feb 2013, 14:24
Forum: Support
Topic: Timer
Replies: 3
Views: 2703

Timer

Hello,

I want to make a variable A to count seconds.
Is there a way to do that?

Thanks in advance
by Gollbert
09 May 2012, 15:15
Forum: Support
Topic: Representation of If;else procedure
Replies: 8
Views: 3771

Re: Representation of If;else procedure

No, it's not captcha.

It's just a picture with a number. From 0-36
by Gollbert
09 May 2012, 09:13
Forum: Support
Topic: Representation of If;else procedure
Replies: 8
Views: 3771

Re: Representation of If;else procedure

IT's not text, it is an image. Can't copy paste it.
by Gollbert
08 May 2012, 16:57
Forum: Support
Topic: Representation of If;else procedure
Replies: 8
Views: 3771

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?
by Gollbert
07 May 2012, 17:02
Forum: Support
Topic: Representation of If;else procedure
Replies: 8
Views: 3771

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...