Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the spaces from a string
#5
Solved: 10 Years, 10 Months ago
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
Reply


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 nandish - 07-15-2013, 11:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to remove text in the webedit silpavinod 3 13,428 07-12-2018, 11:08 AM
Last Post: vijaychourasiya0109@gmail.com
  how to remove null values in array venkatesh9032 0 2,796 02-19-2014, 06:51 PM
Last Post: venkatesh9032
  Replace a string in a word document with another string rekha.naik 8 15,121 11-14-2013, 12:58 PM
Last Post: pranikgarg
  how to remove values from an Array. ACCBAJPA 5 4,811 08-23-2013, 12:18 PM
Last Post: ssvali
  How to remove space between webelements silpavinod 2 3,084 10-11-2012, 02:53 PM
Last Post: silpavinod

Forum Jump:


Users browsing this thread: 2 Guest(s)