|
There is no single BIF to remove spaces between letters, that I'm aware of, but you could roll your own fairly easy. Take the Trim of your string to make sure to get rid of leading/trailing spaces. Search for the first space, and hold the string from pos 1 to the position minus one, then add the TRIM of the remaining string. Regards, Jim Langston -----Original Message----- From: Tanveer, Mohammad [mailto:mtanveer@crateandbarrel.com] Is there a BIF to remove spaces b/w letters "FIRSTNAME LASTNAME" I want to print it like "FIRSTNAME LASTNAME" or in some cases like "FIRSTNAMELASTNAME" :)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.