barx Well-Known Member Licensed User Longtime User Jan 4, 2012 #1 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
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 Jan 4, 2012 #3 Thought I'd try that too but as I press the 3 it compiles my app. lol Upvote 0
C cb56 Member Licensed User Longtime User Jan 4, 2012 #4 barx said: Thought I'd try that too but as I press the 3 it compiles my app. lol Click to expand... Copy and Paste this: B4X: Msgbox("Ω", "lol") cb56 Upvote 0
barx said: Thought I'd try that too but as I press the 3 it compiles my app. lol Click to expand... Copy and Paste this: B4X: Msgbox("Ω", "lol") cb56
barx Well-Known Member Licensed User Longtime User Jan 7, 2012 #5 cb56 said: Copy and Paste this: B4X: Msgbox("Ω", "lol") cb56 Click to expand... 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
cb56 said: Copy and Paste this: B4X: Msgbox("Ω", "lol") cb56 Click to expand... 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.