Hello,
I'm trying to create something like this in the Manifest:
The problem is the "," in the text. I think the CreateResource function thinks that there starts another parameter.
How can I create such strings? Is there something like an escape character?
I'm trying to create something like this in the Manifest:
B4X:
CreateResource(values, strings.xml,
<resources>
<string name="accessibility_description">Some Text, Some more text</string>
</resources>
)
The problem is the "," in the text. I think the CreateResource function thinks that there starts another parameter.
How can I create such strings? Is there something like an escape character?