<-- Previous || Up || Next -->

String Past Min Length Function
String Manipulations Class

Public Function StringPastMinLength( _
      ByVal vStringOne As Variant _
    , ByVal vStringTwo As Variant _
    ) As Variant

"String Past Minimum Length"
Returns the part of the longer string that is beyond the length of the smaller string.
If the lengths of the strings match, then return an empty string.

Examples:
    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.