Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sudden error in 's.setsel'
#2
setsel stores text in clipboard and presses Ctrl+V. Also it does various things to make this operation synchronous and reliable. It fails if it detects that the window did not accept the operation (did not get the text from the clipboard). Usually it is because at that time is focused another control, where text cannot be pasted.

After s.setsel add
err
,s.setclip
,key Cv
,out "s.setsel failed"

or just err


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)