Hi,

The charAt method returns a character value equal to the character at the specified index. The first character in a string is at index 0, the second is at index 1, and so forth. Values of index out of valid range return an empty string.

CharAt is not available in C# or something like that. I would like to know which member I could use, so I can do the same thing as CharAt?

Thanks,
McoreD