Re: How to read in the second line
Look up "match patterns" in the manual.
One trick is that a space in your pattern will match any amount of whitespace including linebreaks. So doing a pattern like "Invoice (• some custom attribute)" would match regardless of whether Invoice and the custom attribute are on the same line or not.
One trick is that a space in your pattern will match any amount of whitespace including linebreaks. So doing a pattern like "Invoice (• some custom attribute)" would match regardless of whether Invoice and the custom attribute are on the same line or not.