Page 1 of 1

"syntax rules" for ExcludeList

PostPosted: 13.11.2018, 16:50
by Izibia
Apparently the files with lists of "kb" that shall be excluded are supposed to contain lines like
Code: Select all
kb123456,a comment follows here

I have two more questions:
- can I "uncomment" a whole line? (like "rem" does it in .cmd files)
- Are empty lines allowed or an empty line stops the file processing immediately?

Re: "syntax rules" for ExcludeList

PostPosted: 13.11.2018, 18:37
by boco
- can I "uncomment" a whole line? (like "rem" does it in .cmd files)
I guess you mean "comment out". No, commenting out is not possible, AFAIK.

Move the files you don't like into another file. The sort order is not important.


- Are empty lines allowed or an empty line stops the file processing immediately?
No. Empty lines lead to errors. The only empty line that is allowed and even required is the very last one.

Re: "syntax rules" for ExcludeList

PostPosted: 13.11.2018, 21:23
by Izibia
Thank you for the explanation.
Yes, I meant "comment out".