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 2MBPrevMBSCANNLS Function: Returns the position of the first lead byte or single-byte character immediatelypreceding the given string position in a multibyte-character string. This function is only availableon Windows* systems.Module: USE IFNLSSyntaxresult = MBPrev (string, position)string(Input) Character*(*). String to be searched for the first lead byte or single-byte character beforethe current position. Can contain multibyte characters.position(Input) INTEGER(4). Position in string to search from. Must be the position of a lead byte orsingle-byte character. Cannot be the position of the 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 preceding the position given in position, or 0 if no preceding firstbyte is found in string.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “MBNext”NLS Function: Performs the same function as the SCAN intrinsic function except that the stringsmanipulated can contain multibyte characters. This function is only available on Windows*systems.Module: USE IFNLSSyntaxresult = MBSCAN (string, set [, back])string(Input) Character*(*). String to be searched for the presence of any character in set.set(Input) Character*(*). Characters to search for.2-211

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

Saved successfully!

Ooh no, something went wrong!