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>NOTE. When not using the NLS$MB_StringSort flag, the hyphen andapostrophe are special symbols and are treated differently than others. This isto ensure that words like coop and co-op stay together within a list.All symbols, except the hyphen and apostrophe, sort before any otheralphanumeric character. If you specify the NLS$MB_StringSort flag, hyphenand apostrophe sort at the beginning also.MBNextCompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: the LGE, LGT, LLE, and LLT intrinsic functions in the Language <strong>Reference</strong>NLS Function: Returns the position of the first lead byte or single-byte character immediatelyfollowing the given position in a multibyte-character string. This function is only available onWindows* systems.Module: USE IFNLSSyntaxresult = MBNext (string, position)string(Input) Character*(*). String to be searched for the first lead byte or single-byte character after thecurrent position. Can contain multibyte characters.position(Input) INTEGER(4). Position in string to search from. Must be the position of a lead byte or asingle-byte character. Cannot be the position of a trail (second) byte of a multibyte character.Results:The result type is INTEGER(4). The result is the position of the first lead byte or single-bytecharacter in string immediately following the position given in position, or 0 if no following firstbyte is found in string.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “MBPrev”2-210

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

Saved successfully!

Ooh no, something went wrong!