For eg number=123456 sometimes it may be number=12345678933
How to check length of string less than or greater than 9?
Please help anyone?
strVariable.Length >=9
No.I want when it is less than 9 and greater than 9 only not needed when equal
You can use the expression as below . This will skip length =9 condition
strVar.Length<>9
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.