function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kathir DevanKathir Devan 

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

UgNderUgNder

Kathir,

 

Not clear. Can you explain more with an example.

Kathir DevanKathir Devan

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

@anilbathula@@anilbathula@
Hi Kathir,

In apex explorer it is not possible to comment multiple line at a time by using short cuts commands.
UgNderUgNder

Kathir,

 

You can use /* ----*/ for multi line comment in apex code.