G Guest Mar 23, 2005 #2 Hi, You need to specify the type of function. Here is a really simple example. Public Function MyStringFunction(byval s as string) as string return S end function Ken
Hi, You need to specify the type of function. Here is a really simple example. Public Function MyStringFunction(byval s as string) as string return S end function Ken