String length with out white spaces in between.
Hi,
How to find out the length of a string which is having which is having white spaces in between?
To be more clear, if the string is "*THE INFORMATION COMPANY*" which is of length *23*, I want the result to be *21*. That means I don't want the spaces to be included in the length.
How can I find?
Thank You,
Balu.