P
PJ6
LIKE is a noise word so I'm having trouble finding/googling information on
it.
The help in VS.NET was less than useful explaining this little quirk...
? "test.test.test" like "*.*"
True
? "test.test.test" like "*.*.*"
False
Is this expected behavior?
Paul
it.
The help in VS.NET was less than useful explaining this little quirk...
? "test.test.test" like "*.*"
True
? "test.test.test" like "*.*.*"
False
Is this expected behavior?
Paul