Creaky Member Licensed User Longtime User May 18, 2016 #1 Hi everyone, I'm developing an app for a customer who wants an "&" (ampersand) in the app name. When I try to put the ampersand in the #ApplicationLabel, it tells me it's an "invalid value for Application Label". How do I get around this? Thanks!
Hi everyone, I'm developing an app for a customer who wants an "&" (ampersand) in the app name. When I try to put the ampersand in the #ApplicationLabel, it tells me it's an "invalid value for Application Label". How do I get around this? Thanks!
Erel B4X founder Staff member Licensed User Longtime User May 18, 2016 #2 To change ApplicationLabel to John & Son (manifest editor): B4X: AddReplacement($LABEL$, John & Son) Note that the value in the #ApplicationLabel attribute will not have any effect. Last edited: May 18, 2016 Upvote 0
To change ApplicationLabel to John & Son (manifest editor): B4X: AddReplacement($LABEL$, John & Son) Note that the value in the #ApplicationLabel attribute will not have any effect.
Creaky Member Licensed User Longtime User May 18, 2016 #3 Thanks for the reply Erel! Where exactly do I put this statement? Upvote 0