Special Characters

barx

Well-Known Member
Licensed User
Longtime User
How does one display Special Characters.

I want to show a Ohm sign (unicode U+03A9) But have no idea how. I tried chr(03A9) and chr(3A9). But get an error.

TIA
 

barx

Well-Known Member
Licensed User
Longtime User
Thought I'd try that too but as I press the 3 it compiles my app. lol
 
Upvote 0

barx

Well-Known Member
Licensed User
Longtime User
Copy and Paste this:

B4X:
Msgbox("Ω", "lol")

cb56 :)

This works thanks. I just assumed you wouldn't be able to write such characters directly in the code and that we would need to use chr() or similar.
 
Upvote 0
Top