Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change value to "CAC \(E\) WorkFlow" from "CAC (E) WorkFlow"
#1
Not Solved
Hi Experts,
Can you any one please help me to get the value "CAC \(E\) WorkFlow
" from the value "CAC (E) WorkFlow".
how to write pogram to append "\" for the value "CAC (E) WorkFlow"

Out put value should be"CAC \(E\) WorkFlow"
Reply
#2
Not Solved
Hi Jyo,

use the simple method Replace, below is the snippet.

Code:
strReplaceOpenParnth = Replace("CAC (E) WorKFlow","(","\(")
strUpdatedString = Replace(strReplaceOpenParnth,")","\)")
msgbox strUpdatedString

Let me know if you need any further help.
Thanks,
SUpputuri
Reply
#3
Not Solved
Wouldnt this be a optimized approach? Smile

Code:
oModStrVal = Replace(Replace("CAC (E) WorKFlow","(","\("),")","\)")
msgbox oModStrVal
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Window Name Change Every time gutocruz03 10 5,899 03-27-2012, 11:59 AM
Last Post: sshukla12
  How to change script for checkbox from Dropdown list mufiani 2 4,148 01-13-2011, 11:27 PM
Last Post: mufiani
  Change the datasheet jsknight1969 4 3,532 10-19-2009, 07:00 AM
Last Post: mhicke
Question Test a website whose URL is going to change. lnviswa 1 4,217 09-12-2008, 02:58 PM
Last Post: vamshiram

Forum Jump:


Users browsing this thread: 1 Guest(s)