12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>MBCurMaxNLS Function: Returns the longest possible multibyte character length, in bytes, for the currentcodepage. This function is only available on Windows* systems.Module: USE IFNLSSyntaxresult = MBCurMax ( )Results:The result type is INTEGER(4). The result is the longest possible multibyte character, in bytes, forthe current codepage.The MBLenMax parameter, defined in the module IFNLS.F90, is the longest length, in bytes, ofany character in any codepage installed on the system.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “MBCharLen”MBINCHARQQNLS Function: Performs the same function as INCHARQQ except that it can read a singlemultibyte character at once, and it returns the number of bytes read as well as the character. Thisfunction is only available on Windows* systems.Module: USE IFNLSSyntaxresult = MBINCHARQQ (string)string(Output) CHARACTER(MBLenMax). String containing the read characters, padded with blanksup to the length MBLenMax. The MBLenMax parameter, defined in the module IFNLS.F90, isthe longest length, in bytes, of any character in any codepage installed on the system.Results:The result type is INTEGER(4). The result is the number of characters read.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “INCHARQQ”, “MBCurMax”, “MBCharLen”, “MBLead”2-204

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!