It will again split up the data at & since & also contains the ampersand... In that case I would get: This is some text amp;blah blah
On Aug 25, 12:13 pm, Dhruva Sagar <[email protected]> wrote: > Perhaps you should use & instead of a plain &.You can always replace it > back with & after you have got the data if you really need. > > Thanks & Regards, > Dhruva Sagar. > > Samuel > Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html> > - "I'm willing to admit that I may not always be right, but I am never > wrong." > > On Tue, Aug 25, 2009 at 3:42 PM, Julijan Andjelic < > > [email protected]> wrote: > > > Is there any was to prevent ampersand from splitting up the passed > > data? > > > For example if my data looks like: > > > "This is some text&blah blah" > > > If I pass it as data it will get split up at "&": > > > This is some text > > blah blah > > > Any solutions?

