How to return the value of the first character of a string please and vice versa.
A s c ("a") -> 97
C h r (97) -> "a"
How do you do that with C3 ?
As described I know how to do it but then I look at your examples and they don't make much sense to me, what do they mean?
Edit: oh are you referring to ASCII? You didn't really mention that, no idea then ^^
Exactly ^^
To know the value of a character or then from a number have a character.
Yes Ascii :)
construct.net/en/forum/construct-2/how-do-i-18/how-do-i-convert-a-character-t-85326
Develop games in your browser. Powerful, performant & highly capable.
Thank you,
I ask that it be added natively please, it's possible? it's not complicated I think?
The link examples you gave me don't seem to work.
I still don't know how to do it.
blackhornettechnologies.com/Construct3Stuff/Samples/dayvid86_charcode_BHT.c3p
Thank you very much :)