Simple question. How do I press enter in scar? It's not on the Key chart in the manual.
Simple question. How do I press enter in scar? It's not on the Key chart in the manual.
char(38) if I remember correctly
"Failure is the opportunity to begin again more intelligently" (Henry Ford)
Sendkeys(#13);
SCAR Code:SendKey(VK_RETURN);
The character number is 13 so you could use VK_RETURN like bob said above, but I usually do
SendKeys(chr(13));

with Divi you can just do #13
like..
SCAR Code:begin
SendKeys('lolol I spam.'+#13);
end.
There are currently 1 users browsing this thread. (0 members and 1 guests)