How do I specify I only want the 1st character of a string?

Code:
strArt = "Art"
I want to get just the "A". How do I do that?

Thanks.