Subject UDF and Raising Exception
Author cwkuok
Any one try on using UDF on FreeUDf Lib to construct the function
which can validate the insertion of string whether it consist of
ascii character e.g @# or there are spaces in between?

I need to raise exception whenever user enter the code such as 'David
@ $', 'D avid',....
is there any good suggestion on constructing the UDF function to
validate these kind string insertion??

TIA