Like there is CStringA and CStringW where CString is generic form, is there ASCII form for CStringArray? I have some strings which are ascii by design and I would like the CStringArray to store them in a Unicode build. Can I force CStringArray to be on ASCII strings? Is this possible?