XL Fortran for AIX 8.1

Language Reference


VERIFY(STRING, SET, BACK)

Verify that a set of characters contains all the characters in a string by identifying the position of the first character in a string of characters that does not appear in a given set of characters.

STRING
must be of type character.

SET
must be of type character with the same kind type parameter as STRING.

BACK (optional)
must be of type logical.

Class

Elemental function

Result Type and Attributes

Default integer.

Result Value

Examples


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]