Results 1 to 3 of 3

Thread: Help getting simba to type

  1. #1
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Help getting simba to type

    I'm trying to get simba to type and enter, but whenever I use SendKeys I get an invalid number of parameter error.
    This is the SendKey code I am trying to use:
    Code:
       SendKeys('28' + Chr(13));
    and then I get this:
    Code:
    Invalid number of parameters at line 124
    I have everything updated and I have SMART8
    Then I have this at the top:
    Code:
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    TypeSendEx('Hello World');

  3. #3
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    TypeSendEx('Hello World');
    I tried it and it doesn't type anything, do I have to type a command to enter it?

Thread Information

Users Browsing this Thread

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

Posting Permissions

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