16.06.2017, 09:11
This is a bit weird but if you try to print a string and you specify a start index then the string will be printed from that start index onward until a null-character is found. If you only want to print a single character you can try something like this:
In all other instances it will indeed return that single character.
Also the language is called Pawn. Pawno is an editor.
PHP Code:
printf("%c", text[0])
Also the language is called Pawn. Pawno is an editor.