----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Rama_Pallavi Message 4 in Discussion Hi, From the Error message You are calling a function and passing the parameter name called "length" of string type. Inside the function you are trying to fetch the substring of the parameter. Since you are passing a string of length ZERO, it will give an error you are not handling error inside the function, so it bubbles up an error. What you can do is inside the function, first check the parameter [length] length, if it ZERO you can bypass the code, or write the code in the try catch block and catch the exception propertly, you can display a user friendly message. still if you can't find out please put the code where you are doing this code, we can correct the code. All the best........... Ram ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
