How can I comment out a piece of the peoplecode in program?

Showing Answers 1 - 1 of 1 Answers

rajijai

  • Nov 19th, 2005
 

REM can be used to comment a single line, but it will be processed by the  comp. processor;

Single and multiple line commenting:

/* PeopleCode stmts

------ ------ ------ ----

*/

Nested Comments:

<*

/* PC Stmts ......  ..... ..... */

/* ...... Some info on code ...... */

/* More comments */

*>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions