Public Function StringPastMinLength( _ ByVal vStringOne As Variant _ , ByVal vStringTwo As Variant _ ) As Variant
StringPastMinLength("Zebra", "Zanzibar") = "bar" StringPastMinLength("Zoo", "Mat") = ""Version: Was also called DifferenceString in the past before that name took on a different meaning.
vStringOne: First of two strings whose length is to be compared. Function returns Null if vStringOne is Null or cannot be fixed up to a String.
vStringTwo: Second of two strings whose length is to be compared. Function returns Null if vStringTwo is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.