Announcements
I have a label in which I need to place a statement that is a quote. How do I accomplish this without getting and error because of double quotations on each end of the statement?The following kicks back and error - ""Test statement language.""
Hi @Phineas ,
Have you tried this ? Concatenate("This is a quote: '", "My quote.'")
If you build the string in the label using Concatenate() and Char(34) it will embed the quotes.
Concatenate(Char(34),"Test statement language",Char(34))
I needed another close parenthesis at the end of mine to get it to work.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 536
WarrenBelz 426 Most Valuable Professional
Haque 305