Is there any way I can add a custom function to WSS 3.0 that can be used in calculated fields?
For example, I want to add a function that URL Encodes strings, so that the users can create columns with the URLs based on the other fields something like this:
"http://www.test.com?fname="&URLENCODE([FirstName])&"&lname="&URLENCODE([LastName])