Code:
str = "Suresh Vasu Kondapally"
x=split(str," ",-1,1)
y=ubound(x)
For i=0 to y
msgbox x(i)
str1=str1+x(i)
Next
msgbox str1|
How to remove the spaces from a string
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
How to remove the spaces from a string - by Anand - 05-30-2011, 01:28 PM
RE: How to remove the spaces from a string - by Sathiya - 05-30-2011, 01:48 PM
RE: How to remove the spaces from a string - by nandish - 07-15-2013, 11:21 AM
RE: How to remove the spaces from a string - by basanth27 - 07-15-2013, 03:16 PM
RE: How to remove the spaces from a string - by suresh vasu - 05-30-2011, 01:48 PM
RE: How to remove the spaces from a string - by Anand - 05-30-2011, 03:05 PM
RE: How to remove the spaces from a string - by venkatesh9032 - 02-19-2014, 06:54 PM
RE: How to remove the spaces from a string - by sreekanthP - 08-12-2019, 04:47 PM
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| How to remove text in the webedit | silpavinod | 3 | 14,561 |
07-12-2018, 11:08 AM Last Post: vijaychourasiya0109@gmail.com |
|
| how to remove null values in array | venkatesh9032 | 0 | 3,153 |
02-19-2014, 06:51 PM Last Post: venkatesh9032 |
|
| Replace a string in a word document with another string | rekha.naik | 8 | 16,660 |
11-14-2013, 12:58 PM Last Post: pranikgarg |
|
| how to remove values from an Array. | ACCBAJPA | 5 | 5,977 |
08-23-2013, 12:18 PM Last Post: ssvali |
|
| How to remove space between webelements | silpavinod | 2 | 3,760 |
10-11-2012, 02:53 PM Last Post: silpavinod |
|