Is there a system function that will tell me what the current List Separator (Delimitor) is???
Printable View
Is there a system function that will tell me what the current List Separator (Delimitor) is???
What list are you talking about?
@ OP
I Guess you are asking about the "column seperator" in a List View control... :confused:
Please make your question a little bit more specific... :)
::GetLocaleInfo(LOCALE_USER_DEFAULT, LOCALE_SLIST, szBuf, sizeof(szBuf))
Sorry that my title was not specific enough...
I was looking for a way to retrieve the default delimiter character saved by the OS under Regional and Language Options as the "List Separator" character...
OReubens reply provided EXACLTY what I was looking for... THANKS! :thumb: