Public Function FirstLowerCaseForward( _
ByVal vLine As Variant _
) As Variant FirstLowerCaseForward("ABCsample") = "sample"
FirstLowerCaseForward("ABC123") = ""See also: FirstNonLowerCaseForward Function
FirstUpperCaseForward FunctionvLine: The string whose leading non-lower-case characters are to be skipped. Function returns Null if vLine is Null or cannot be fixed up to a String. Function returns an empty string if vLine does not contain any lower-case characters.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.