Hi, please, how do I go through each character of a string variable?
I don't know what function I should use, I can't find any built in function that allows me to get a character from a string by setting a numerical index in its parameters.
A len, and mid
dropbox.com/s/jiagi2ysmwoclp4/nfl.c3p
Develop games in your browser. Powerful, performant & highly capable.
Ok, the key function is mid.
Thank you.