P PCowling Member Licensed User Longtime User Feb 13, 2012 #1 Is there somewhere / someway where I can provide a unicode number or similar into a function and it return the letter assotiated with it? in effect String.fromCharCode(65) would return "A" Thanks again P Cowling
Is there somewhere / someway where I can provide a unicode number or similar into a function and it return the letter assotiated with it? in effect String.fromCharCode(65) would return "A" Thanks again P Cowling
Erel B4X founder Staff member Licensed User Longtime User Feb 14, 2012 #2 You can use: B4X: Chr(65) Upvote 0
P PCowling Member Licensed User Longtime User Feb 14, 2012 #3 Thanks, didnt see that in the documentation. I eneded up making some horrific case structure! P Cowling Upvote 0
Thanks, didnt see that in the documentation. I eneded up making some horrific case structure! P Cowling