Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
" " in search text
#10
Not Solved
supose u have a string say String1 = "height=""11" and u want String1 as "height="11" .If thi is the case then use the below code

Code:
String1 = "height=""11"
str = replace(String1,chr(34)&chr(34),chr(34))
Reply


Messages In This Thread
" " in search text - by bostonma - 01-31-2009, 12:29 AM
RE: " " in search text - by Ankur - 01-31-2009, 11:19 AM
RE: " " in search text - by bostonma - 02-04-2009, 03:25 AM
RE: " " in search text - by manojith1984 - 02-04-2009, 09:37 AM
RE: " " in search text - by bostonma - 02-04-2009, 08:56 PM
RE: " " in search text - by Prafulla - 02-04-2009, 11:05 PM
RE: " " in search text - by bostonma - 02-04-2009, 11:30 PM
RE: " " in search text - by Prafulla - 02-04-2009, 11:39 PM
RE: " " in search text - by MVChowdary - 03-10-2009, 07:37 PM
RE: " " in search text - by bostonma - 02-04-2009, 11:56 PM
RE: " " in search text - by papu - 03-10-2009, 06:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to record google search items venkatasuresh06 0 2,784 03-09-2011, 06:31 AM
Last Post: venkatasuresh06
  BACK GROUND COLOUR OF A PARTICULAR AREA IN A SEARCH WINDOW remya 2 2,976 11-25-2010, 06:11 PM
Last Post: KavitaPriyaCR

Forum Jump:


Users browsing this thread: 1 Guest(s)