Daher Posted August 13, 2012 Share Posted August 13, 2012 Can't use sendkeys to send keys to the Runescape client like 'Hello' And it'll type Hello, it says the variable doesn't exist. Quote Link to comment Share on other sites More sharing options...
FHannes Posted August 14, 2012 Share Posted August 14, 2012 SendKeys was removed from SCAR, if it's still there, you're using an outdated version, update to 3.35 and use TypeText. Aside from that, if you get the message that a variable doesn't exist, then you're using a variable without declaring it, that is in no way related to the SendKeys function in SCAR. Quote Link to comment Share on other sites More sharing options...
wyn10 Posted August 21, 2012 Share Posted August 21, 2012 Include OSI and just use TypeSend(string). Quote Link to comment Share on other sites More sharing options...