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>MBLen_TrimNLS Function: Returns the number of characters in a multibyte-character string, not includingtrailing blanks. This function is only available on Windows* systems.Module: USE IFNLSSyntaxresult = MBLen_Trim (string)string(Input) Character*(*). String whose characters are to be counted. Can contain multibytecharacters.Results:The result type is INTEGER(4). The result is the number of characters in string minus any trailingblanks (blanks are bytes containing character 32 (hex 20) in the ASCII collating sequence).MBLen_Trim recognizes multibyte-character sequences according to the multibyte codepagecurrently in use. It does not test for multibyte-character validity.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “MBLen”, “MBStrLead”MBLGE, MBLGT, MBLLE, MBLLT, MBLEQ, MBLNENLS Functions: Perform the same functions as the LGE, LGT, LLE, and LLT intrinsic functionsand the logical operators .EQ. and .NE. except that the strings being compared can includemultibyte characters, and optional flags can modify the comparison. These functions are onlyavailable on Windows* systems.Module: USE IFNLSSyntaxresult = MBLGE (string_a, string_b, [ flags])result = MBLGT (string_a, string_b, [ flags])result = MBLLE (string_a, string_b, [ flags])result = MBLLT (string_a, string_b, [ flags])result = MBLEQ (string_a, string_b, [ flags])result = MBLNE (string_a, string_b, [ flags])string_a, string_b(Input) Character*(*). Strings to be compared. Can contain multibyte characters.2-208

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

Saved successfully!

Ooh no, something went wrong!