Results 1 to 5 of 5

Thread: how do you type enter

  1. #1
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how do you type enter

    can someone plz tell me how the send the "enter" key
    "your always where you supposed to be"

  2. #2
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    chr(13)

    sendkeys('typing'+chr(13))

    or just use the SRL command which hits enter for you
    TypeSend('typing')

  3. #3
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so chr(13)="enter" in nuce
    "your always where you supposed to be"

  4. #4
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Ya

    TypeSend automatically does enter.

    writeln, well, just do another writeln :P

    but for like, SendKeysSilent (DETECTABLE DONT USE, FOR OTHER GAMES, OK), you would just do SendKeysSilent('I'll hit enter now'+chr(13));


    hakuna matata ;)

  5. #5
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty
    "your always where you supposed to be"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How Do I Do SendKeys(Enter)?
    By papenco in forum OSR Help
    Replies: 3
    Last Post: 11-30-2007, 09:45 AM
  2. The function key of ENTER...
    By Zyt3x in forum OSR Help
    Replies: 2
    Last Post: 04-29-2007, 09:18 PM
  3. Silent Enter
    By Drakan in forum OSR Help
    Replies: 3
    Last Post: 02-17-2007, 08:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •