Resetting the clipboard / CopyCutBuilder

Hello,
Let's say I've got to copy/paste an object using the NX journal, however, it is not always possible to find the object
I am copying. It's always find=>copy=>paste algorithm few times in a row. However, there may be a situation, when I successfully find/copy/paste first object, then I unsuccessfully find/copy second object,
and paste first object again, as it is still stored in clipboard. Is there a way to clean the clipboard, so the second paste was just unsuccesfull?
Thanks,
Mod

Perhaps clearing the clipboard before attempting a copy operation would help.

http://msdn.microsoft.com/en-us/library/198d36xs%28v=vs.90%29.aspx

That solves the problem. Thank you.