Basic.CodePage (property)
Syntax |
Basic.CodePage
|
Description | Returns an Integer representing the code page for the current locale. |
Comments |
Basic.CodePage returns ANSI code page for the current locale, such as 437 for MS-DOS Latin US or 932 for Japanese.
|
Example |
|
See Also | Basic.Locale$ (property); Basic.OS (property) |