12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2See Also: “MBLead”MBVERIFYNLS Function: Performs the same function as the VERIFY intrinsic function except that thestrings manipulated can contain multibyte characters. This function is only available onWindows* systems.Module: USE IFNLSSyntaxresult = MBVERIFY (string, set [, back])string(Input) Character*(*). String to be searched for presence of any character not in set.set(Input) Character*(*). Set of characters tested to verify that it includes all the characters in string.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 .FALSE. or is omitted, it returns the position of theleftmost character in string that is not in set. If back is .TRUE., it returns the rightmost character instring that is not in set. If all the characters in string are in set, it returns 0.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “MBINDEX”, “MBSCAN”, the VERIFY intrinsic function in the Language <strong>Reference</strong>MESSAGEBOXQQQuickWin Function: Displays a message box in a QuickWin window. This function is onlyavailable on Windows* systems.Module: USE IFQWINSyntaxresult = MESSAGEBOXQQ (msg, caption, mtype)2-213

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

Saved successfully!

Ooh no, something went wrong!