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:
and then I get this:Code:SendKeys('28' + Chr(13));
I have everything updated and I have SMART8Code:Invalid number of parameters at line 124
Then I have this at the top:
Code:{$DEFINE SMART8} {$I SRL/SRL.Simba} {$I P07Include.Simba}


Reply With Quote



