Is there a list with all the special characters? I only know how to use enter :P, i need to know how to do F5, and ALT+F4 at the same time with sendkeys.
Is there a list with all the special characters? I only know how to use enter :P, i need to know how to do F5, and ALT+F4 at the same time with sendkeys.
MMM i made one once lmao, I made scar do:
SCAR Code:for i := 0 to 250 do
Begin
Writeln(CHR(i));
Wait(300);
end;
But just search google. I know that chr(39) is an apostrophe. Also check out SendKeysVB('{F5}', false); and the others, there is a list in the SRL/SCAR (not sure which) which has them all.
There is a ascii table in the SCAR manual in the help folder.
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
There are currently 1 users browsing this thread. (0 members and 1 guests)