The question is pretty self explanatory so
is it possible to count how many times a letter is contained inside a string in as3
and return the value to some variable
The question is pretty self explanatory so is it possible to count how many
Share
Sure it is. Have a look at the ActionScript reference for:
String,
string.length, and
string.charAt()