RobotStudio event

Multiple-line comments?

Hi
 

Im wondering if there is a way to get Multiple-line comments in robotstudio when you write rapid program.

 

Just like C sharp.

 

Ex;

 

/*

Comments1

Comments2

Comments3

*/

 

Instead of....

 

!Comments1

!Comments2

!Comments3

 

or

 

//Comments1

//Comments2

//Comments3

 

 

Thanks!

 

Best Regard Dave R

Comments

  • Hi Dave,

    Unfortunetly RAPID doesnt support multiple-line comments.
    i dont know real reason but maybe thats because controller need to interprete the code line by line rather than compiling(C#).

    BR.

    Erdem Karaçeper
  • Ok,


     

     

    Thanks!