Changes

String Functions and Manipulation in VB6

369 bytes added, 17:17, 31 October 2007
The following lines were added (+) and removed (-):
== StrComp (function) ==Returns a Variant (Integer) indicating the result of a string comparison.Syntax:StrComp(string1, string2[, compare])Return Values If                                  StrComp returns string1 is less than string2        -1 string1 is equal to string2     0 string1 is greater than string2    1 string1 or string2 is Null          Null
Bureaucrat, administrator
16,192
edits