Hi
I work on COBOL where the Comment begin with *. But the lines beginning with *# are not comments. So I try to use the tool "Line Comment Preceding Chars" but it doesn't work.
In fact, I have the French version, and in the help, they say that if I put the following line,
that would work. But it's not the reality
I would like that the second line will not be a comment line.
How can I do?
thanks for your help
Seb
I work on COBOL where the Comment begin with *. But the lines beginning with *# are not comments. So I try to use the tool "Line Comment Preceding Chars" but it doesn't work.
In fact, I have the French version, and in the help, they say that if I put the following line,
Code: Select all
Line Comment Preceding Chars = [~#]
Code: Select all
#*dsgsggsgg
*#dsgfsgsgs
How can I do?
thanks for your help
Seb