Remove Window Hook

Curious,

I have a window hook and I set it and it works and done playing with it.  How do I remove it?

I trided

SetWindow graph0, hook(MyHook) = ""

 

Andy

Never mind - forgot $ in name.

 

SetWindow graph0, hook(MyHook) = $""

 

Andy