Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

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.

See Also