Brent Site Admin
Joined: 01 Jul 2005 Posts: 790
|
Posted: Jan 22nd, 2012, 5:57am Post subject: StrComp_function |
|
|
Code: | ***** 19-Jan-2012
insensitive
Optional Boolean expression. Defaults to False. Determines the
case-sensitivity of the comparison.
***** 21-Jan-2012
insensitive
Optional Boolean expression. Specifies whether letter case is
significant. Defaults to False (i.e., case-sensitive).
*****
***** 19-Jan-2012
If insensitive is true, the strings are compared without regard to
letter case.
***** 21-Jan-2012
For more readable code, the constant CaseIns can be used to make
comparisons case-insensitive.
***** |
_________________ Brent |
|