See this post:
http://www.vbforums.com/showthread.p...60#post3132060

The first line is:
CREATE FUNCTION [dbo].[fn_GetNumbers](@Str NVARCHAR(MAX))

But it shows in the code windows as:
CREATE FUNCTION & # 9 1 ; dbo].[fn_GetNumbers](@Str NVARCHAR(MAX))
(Without the spaces)

It seems to translate correctly when out of the SQL code tags...