DWStrScriptsListfunction
Returns a string representing a list of scripts, using the 4-character notation used in ISO 15924.
Syntax
FUNCTION DWStrScriptsList (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
A string representing a list of scripts, using the 4-character notation used in ISO 15924. Each script name consists of four Latin characters and the list is arranged in alphabetical order with each name, including the last, followed by a semicolon.
Reference
- Include file
DWSTRProcs.inc - Defined in AfxNova/DWStrProcs.inc:2298
- Documented in String Management/DWString Procedures.md
- Topic: String Procedures