Sandman Expert Licensed User Longtime User Mar 31, 2022 #1 Is there a way to add a newline to the strings in a PlistExtra? B4X: #PlistExtra:<key>SomeKeyName</key><string>Imagine a long text here that would benefit from a newline in it.</string>
Is there a way to add a newline to the strings in a PlistExtra? B4X: #PlistExtra:<key>SomeKeyName</key><string>Imagine a long text here that would benefit from a newline in it.</string>
Erel B4X founder Staff member Licensed User Longtime User Mar 31, 2022 #2 This should work: B4X: #PlistExtra:<key>SomeKeyName</key><string>Imagine a long text #PlistExtra:here that would benefit from a newline in it.</string> Upvote 0
This should work: B4X: #PlistExtra:<key>SomeKeyName</key><string>Imagine a long text #PlistExtra:here that would benefit from a newline in it.</string>