XL Fortran for AIX 8.1

Language Reference


SCAN(STRING, SET, BACK)

Scan a string for any one of the characters in a 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 ]