procmail
[Top] [All Lists]

Problem with embedding newline in a string

2021-06-10 17:38:40
Hi,

I have an issue embedding a newline in a string.

For example, the following works okay:

LOG="
"

but the following gives an error:

NL="
"

giving the error: Unmatched ".

My plan was to use NL as in:

LOG1="$LOG1$NL some new info"

or could I simply use

LOG1="$LOG1
some new info"

Any ideas how to solve this problem?


Regards,
Vlado
____________________________________________________________
procmail mailing list -- procmail(_at_)lists(_dot_)rwth-aachen(_dot_)de   
Procmail homepage: http://www.procmail.org/
To unsubscribe send an email to 
procmail-leave(_at_)lists(_dot_)rwth-aachen(_dot_)de
https://lists.rwth-aachen.de/postorius/lists/procmail.lists.rwth-aachen.de

<Prev in Thread] Current Thread [Next in Thread>