|
NCEPLIBS-w3emc
2.11.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. More... | |
| 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 |