NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3ai24.f File Reference

Test for match of two strings. More...

Go to the source code of this file.

Functions/Subroutines

logical function w3ai24 (string1, string2, length)
 Test two strings.
 

Detailed Description

Test for match of two strings.

Author
Luke Lin
Date
1994-08-31

Definition in file w3ai24.f.

Function/Subroutine Documentation

◆ w3ai24()

logical function w3ai24 ( character*1, dimension(*)  string1,
character*1, dimension(*)  string2,
integer*4  length 
)

Test two strings.

If all equal; Otherwise .false.

Program history log:

  • Luke Lin 1994-08-31
Parameters
[in]STRING1Character array to match with string2
[in]STRING2Character array to match with string1
[in]LENGTHInteger length of string1 and string2
Returns
W3AI24 Logical .true. if s1 and s2 match on all char., logical .false. if not match on any char.
Author
Luke Lin
Date
1994-08-31

Definition at line 17 of file w3ai24.f.