Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-1C0CBFEA-44D1-4256-AC7C-8910538BC818
Visible to Intel only — GUID: GUID-1C0CBFEA-44D1-4256-AC7C-8910538BC818
MBCurMax
NLS Function: Returns the longest possible multibyte character length, in bytes, for the current codepage. This routine is only available for Windows.
Module
USE IFNLS
result = MBCurMax( )
Results
The result type is INTEGER(4). The result is the longest possible multibyte character, in bytes, for the current codepage.
The MBLenMax parameter, defined in the module IFNLS.F90, is the longest length, in bytes, of any character in any codepage installed on the system.