|
Parameter
|
Type
|
Description
|
|
INPUT
|
||
|
pLikeString
|
String
|
The pattern string against which to compare the input string.
|
|
pMatchString
|
String
|
The input string to be checked.
|
|
RETURN
|
||
|
int
|
TRUE - MatchString matches the LikeString pattern.
FALSE - MatchString does not match the LikeString pattern.
|
|