Page 1 of 1

Counting the letters in a word

Posted: Tue Jun 24, 2003 4:52 am
by deejay
Can anyone tell me how to count the amount of letters in a word, I'm sure its simple but cant find it for looking this morning.

Thanks

Posted: Tue Jun 24, 2003 4:55 am
by twigletmac
You could use strlen().

Mac

Posted: Tue Jun 24, 2003 5:05 am
by deejay
thanks, i knew it'd be obvious :oops: