Page 1 of 1

how to comment some lines

Posted: 18 Jan 2012, 09:04
by simone.dimitri
Hello to everybody,
I would like to know if there is a faster way to comment some command lines in the .ele file than using a ! (exclamation point) at the beginning of each individual line. If not, a new elegant feature like inserting a &comment .... &endcomment option in the file could be extremely useful. Isn't it?
Many thanks in advance.
Simone Di Mitri

Re: how to comment some lines

Posted: 18 Jan 2012, 19:16
by michael_borland
Simone,

I usually use an editor macro to insert a series of ! characters, so it is quite quick.

However, you can use the following trick: put ! before the &<command> and &end lines *only*, and elegant will ignore whatever is in between, as long as there are no "&" characters.

--Michael