Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
I have a text in a text box:
<10% from budget
I would like to add the unicode (U+1F534), a red circle, to this information.
How does it work?
Thanks, Tom
You can copy the character into the text object directly, or you can add it using chr(), in this case - chr(128308)
You can copy the character into the text object directly, or you can add it using chr(), in this case - chr(128308)
Thanks
It is not working....
solved it, must be coded in the measure area of the text box:
Or with the hex:
chr(num(num#('1F534','(HEX)')))