DWStrListItemsSeparatorfunction
Returns the character(s) used to separate list items.
Syntax
FUNCTION DWStrListItemsSeparator (BYVAL pwszLocale AS WSTRING PTR = LOCALE_NAME_USER_DEFAULT) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
pwszLocale | Pointer to a locale name, or one of the following predefined values: LOCALE_NAME_INVARIANT, LOCALE_NAME_SYSTEM_DEFAULT, LOCALE_NAME_USER_DEFAULT |
Description
Character(s) used to separate list items, for example, a comma is used in many locales. The maximum number of characters allowed for this string is four, including a terminating null character.
Reference
- Include file
DWSTRProcs.inc - Defined in AfxNova/DWStrProcs.inc:2034
- Documented in String Management/DWString Procedures.md
- Topic: String Procedures