of     1   

AdamantTale
#63465700Sunday, February 26, 2012 6:04 AM GMT

So, I would like to count the number of each letter in a paragraph. So, if I wrote: "Hello World!" How would I find how many of each letter is in that string? Thanks in advance!
miz656
#63466081Sunday, February 26, 2012 6:15 AM GMT

string.len()

    of     1