You need to sign in to do that
Don't have an account?

Is it possilble to give multiline comments in apex code..
Hi friends,
My query..is it possible to give multiple comment lines at the time that means if i select more then 10 lines i need to give comment line at the sametime without this option /*--comment lines--*/
Regards,
kathir
Kathir,
Not clear. Can you explain more with an example.
Hi,
Actually i need to give muliline comments at the time when i select more then line like given below example,but i dont use this command /*---------COMMENT----------*/
//Public class kathirdc_Search
//{
//public string StartDate{get;set;}
//public string searchinput{get;set;}
//public static string strCheck{get;set;}
//public string SearchCountry{get;set;}
//public string EndDate{get;set;}
//public String[] grdData{get; set;}
Regards,
kathir
In apex explorer it is not possible to comment multiple line at a time by using short cuts commands.
Kathir,
You can use /* ----*/ for multi line comment in apex code.