hi,

Can anyone show how to count a string

for example:

dim a as string
a = "abcdefghij"

how can i count the string above
the answer should be 10.