I need to put an example Smart String Literal within a Smart String Literal.
It seems to interpret this as a variable.
Example, my B4J code is this;
I want to write this out as a string. I tried this but it doesnt work.
Is this possible?
It seems to interpret this as a variable.
Example, my B4J code is this;
B4X:
resp.Write($"{"Result" : "${t}"}"$)
I want to write this out as a string. I tried this but it doesnt work.
B4X:
Dim tt As String
tt = $"resp.Write($"{"Result" : "${t}"}"$)"$
Is this possible?