I'd like to use the set attribute tool in Attendant to add a text string to Eic_Note and I'd like to format the text into a few lines, is there a way to accomplish this in Attendant (I'm trying to refrain from using a subroutine for this although I know it can be easily accomplished in one)?
I've tried setting "\n" in another custom attribute first and then use "$(custom attribute)" in Eic_Note but it didn't work and the reason is because the IntAttSetAttribute handler interpreted "\n" as "\\n" instead of the literal value.