Is it possible to include a text file content into a variable. I am thinking something like:
!$myVar = !include myText.txt
Or an other way to parse a text file which would not be a pUML file?
I can see the file content using
footer
!include myText.txt
endfooter
So I know the file is readable - its purely how would the pre-processor read it
The file would be multiple line.