I specially want the equivalent of \"
( sbPager is a stringbuilder type )
venkatesh
The \" is because C# uses " as a string terminator, so you need to put \" fi
you want " in your string.
In Delphi you can just do
sb.append(' "alt="First Page" title="First Page">|<</a> ');
Nick
"VT Venkatesh" <ve...@vsnl.com> wrote in message
news:489689a3$1...@newsgroups.borland.com...
> What would be the equivalent of
> *************************************
> sbPager.Append ("\" alt=\"First Page\" title=\"First
> Page\">|<</a> ");
> *************************************
Wasn't this answered in your thread 'Trim function in Delphi' a week
ago?
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com