Bootstrap 4 Modal text formating

Is there a way to show linebreaks in the modal.value text when the text is set at runtime. I can show linebreaks in text set at design-time, but nothing (vbCRLF, Chr(13),
) seems to work at run-time.

Have you tried HTML formatting? Use <br>.

Yes, in fact I typed that in my question, but it was taken as, well, a linebreak.

Fixed in next build - should be out in a few days.