Pasting path name with button

Hello,

I have a button which copies the current path name into the clipboard:
@nofilenamequoting
Clipboard SET {sourcepath$|noterm}

Now I would like to have a button which pastes a path name into the active lister and displays that path. I tried
GO {clip}
which works, but only if there are no spaces in the path name.

Is there a way to make it work properly?

Thanks for any help!

Put quotes around the "{clip}".

6 minutes for a solution?!
Well, thanks!!