Past clipboard contents into function

Hi all,

I've got a button configured that will open a dialog window and past the contents into the function.

"http://www.google.com/search?q={dlgstring|Enter search term/s}"

Now, the above will open Google with the supplied search term which works very nice. Now this is what i would like to have next,

scenario:

  1. I copy a string of text to the clipboard
  2. I push a button that would use the clipboard text in a function that would open Google.

I've tried building this one myself but i'm lost.

Is this possible?

Regards,

John.

Use the {clip} argument.

"http://www.google.com/search?q={clip}"

Thanks Tanis!