I have been trying to transfer some test to a word document using the example:
How can I insert a string
B4X:
doc.Append($"[p]Word document with two lines. This Is the second line.[/p]"$)
How can I insert a string
B4X:
Dim Str as string
str = "test"
doc.Append($"[p]Str[/p]"$)