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.

Descriptions of the Library Routines 2MBINDEXNLS Function: Performs the same function as the INDEX intrinsic function except that thestrings manipulated can contain multibyte characters. This function is only available onWindows* systems.Module: USE IFNLSSyntaxresult = MBINDEX (string, substring [, back])string(Input) CHARACTER*(*). String to be searched for the presence of substring. Can containmultibyte characters.substring(Input) CHARACTER*(*). Substring whose position within string is to be determined. Cancontain multibyte characters.back(Optional; input) LOGICAL(4). If specified, determines direction of the search. If back is.FALSE. or is omitted, the search starts at the beginning of string and moves toward the end. Ifback is .TRUE., the search starts end of string and moves toward the beginning.Results:The result type is INTEGER(4). If back is omitted or is .FALSE., returns the leftmost position instring that contains the start of substring. If back is .TRUE., returns the rightmost position instring which contains the start of substring. If string does not contain substring, returns 0. Ifsubstring occurs more than once, returns the starting position of the first occurrence ("first" isdetermined by the presence and value of back).CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “MBSCAN”, “MBVERIFY”, the INDEX intrinsic function in the Language <strong>Reference</strong>MBJISToJMS, MBJMSToJISNLS Functions: Converts Japan Industry Standard (JIS) characters to Microsoft Kanji (JMS)characters, or converts JMS characters to JIS characters. These functions are only available onWindows* systems.Module: USE IFNLS2-205

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

Saved successfully!

Ooh no, something went wrong!