Hello my friends.
How can I put special characters in a textbox, knewing the utf-8 code of them? I tried
example.txt = “\uE708” but this is not working
Thanks for your help,
Greg
Hello my friends.
How can I put special characters in a textbox, knewing the utf-8 code of them? I tried
example.txt = “\uE708” but this is not working
Thanks for your help,
Greg
First, you’ll have to make sure that the special character is contained in the font which you use for the text box. Second, you can’t directly address characters by their ascii or utf-8 numeric code. Indirect addressing works, though. Create a text variable containing all the special characters or symbols which you want to use and use then the substring function at runtime to extract the desired character or symbol.
This forum is in no way affiliated with NEXTION®, ITEAD STUDIO®, TJC®, or anyone else really. All product names, logos, and brands are property of their respective owners. All company, product, and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement from the respective rights holder(s).