Intel® Fortran Compiler 18.0 Developer Guide and Reference

MBCurMax (W*S)

NLS Function: Returns the longest possible multibyte character length, in bytes, for the current codepage.

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