Title: How can I empty the clipboard?
If I use:

on mouseUp
      put empty into field "Dummy"
      select the text of field "Dummy"
      copy
end mouseUp

The clipboard is not emptied because no text was selected since the field “Dummy is empty... So how do I proceed?...

André Rombauts

Reply via email to