Unicode characters in const string

F

Frank Thynne

I want to put Unicode characters in a constant string from which
individual characters will be programmatically selected. Using ChrW is
not possible because const does not allow the use of a function.
 
Top