Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the spaces from a string
#7
Solved: 10 Years, 10 Months ago
Hi anand,,
You can use Trim function..

Dim str
Str=" Quick test professional"

Msgbox Str------->First run this and comment

Temp=Trim(Str)
Msgbox Temp------>Second run this


You will get it

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 venkatesh9032 - 02-19-2014, 06:54 PM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)