Jump to content

n00b questions


Recommended Posts

Ey,

I have 3 n00b questions...

question 1:

Enter = {ENTER}

Tab = {TAB}

But what's the 'space' function?

question 2:

I use this code:

Send("Hello world")
Send("{ENTER}")
Send("Hi!")

Now I want this replay 10 times...

(White a loop function?)

question 3:

I have this:

$number = 1

Now I every time want +1.

En Send() this.

Can anyone help me plz? :">

Thx,

YoseMite

Link to comment
Share on other sites

The space function?? Send(" ") ???

*Edit: I know the keyword as well, but wouldn't this also work? It boggles me that people can't figure these things out intuitively. I mean, if Enter = {ENTER} and Tab = {TAB}, then gee duh, what do you think Space might be?

Edited by Saunders
Link to comment
Share on other sites

I know he should read the help file, but he is totally lost.

Space = {Space}

Also, i looked at your other question and wrote a script for it:

$i = 0

sleep(2000);gives you two seconds to select the window you want it to type text into

While $i<10; if $i is = to 10 then it is on the 11th loop and it exits the loop

Send("Hello world")
Send("{ENTER}")
Send("Hi{!}"); I noticed that you did not put brackets around the !
Send("{ENTER}")
$i = $i + 1

wend

This is what i think you were looking for.

Edited by The Kandie Man

"So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...