Ok, so I have a string called item. It's value is "Coffe`". When I try to get the number of caractors by using:
Code:
textcount = item.length
However it returns with the value "5". even though there is 6 caracters. Any ideas on how to fix this?