String comparisons
|
![]() |
|
Summary |
Comparing two strings of text if they are equal or not equal or empty. |
Another commonly needed requirement is to test whether a string is empty (contains no characters at all). You can do this by comparing it with a blank string represented by " ": |
|
|
|
|
Document created on 08-Feb-2003 (revision 1)