S 
		
								
				
				
			
		Sammut
Hi,
I have the following function to which I need to pass a string variable
private string cMask (string sText)
{
}
but ever time I try to compile I get the error
'test.Form1.cMask(string)': not all code paths return a value
Any idea?
Thanks
Ivan Sammut
				
			I have the following function to which I need to pass a string variable
private string cMask (string sText)
{
}
but ever time I try to compile I get the error
'test.Form1.cMask(string)': not all code paths return a value
Any idea?
Thanks
Ivan Sammut
