Someone made me a procedure once to retrieve a string from clipboard, but i lost it.
It had something about "Safe" in it, as a function. I have no idea what that is.
But could someone please write my a function to return the text in Clipboard?
(don't say Keydown(<control>) + Keydown("v") because i need it to be internal)
eg.
SCAR Code:thetext = GetClipboard;
thetext = Copy(...);
writeln(thetext);





Reply With Quote












