Getting the Chr(value) of the nth character of a string

Hello How can I get the Chr(value) of the nth character of a string?

Lennox

codepoint = s.Mid( n, 1 ).Asc

Thanks Kem.
Found out that Chr(8221) is a double right quote.
Lennox

Here’s a tip if you have RegExRX. Under the Window menu you’ll find Character Chart. You can use that to look up any character by either typing it’s code or by clicking on the list and typing the character. You can also type the character in the Source field, highlight it, and look at the stats to the upper, right of the Source.