NCEPLIBS-w3emc 2.12.0
|
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. | |
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:
[in] | STRING1 | Character array to match with string2 |
[in] | STRING2 | Character array to match with string1 |
[in] | LENGTH | Integer length of string1 and string2 |