next up previous contents
Next: About this document ... Up: 4.7 Patch GENUTL : Previous: 4.7.17 INTEGER FUNCTION ZULOCR(X,   Contents


4.7.18 INTEGER FUNCTION ZULOCI(X, VECT, N) : LOCate Integer

Locate an integer in a vector.

ARGUMENTS:
X : Value to be located VECT : vector with values. N : Dimension of VECT.

IMPLICIT INPUTS:
    none.
IMPLICIT OUTPUTS:
    none.
FUNCTION VALUE:
The index at which X first occurs in VECT. If X is not in VECT, 0 is returned

CALLED BY :
any routine

CALLED ROUTINE(S):
none

SIDE EFFECTS:
none.

AUTHORS:
M. Berggren, UFRJ

CREATION DATE:
01-AUG-1996



Mikael Berggren 2003-03-27