Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

replace function

0 views
Skip to first unread message

a.b

unread,
May 30, 2002, 11:07:32 AM5/30/02
to
may anyone know why the replace function not works with beta2??????


-glenn-

unread,
May 30, 2002, 11:11:19 AM5/30/02
to
How are you calling it?

-glenn-

"a.b" <avr...@ellione.com> wrote in message
news:ORN9CN#BCHA.1696@tkmsftngp05...

a.b

unread,
May 30, 2002, 12:38:24 PM5/30/02
to
textbox1.text.Replace(char,char);
textbox1.text.Replace(string,string);
"-glenn-" <som...@example.com> wrote in message
news:ObcNnw#BCHA.864@tkmsftngp04...

Ryan Farley

unread,
May 30, 2002, 12:58:35 PM5/30/02
to
Try:
textbox1.Text = textbox1.Text.Replace(string, string);
--

-Ryan


"a.b" <avr...@ellione.com> wrote in message

news:ujlJ0$#BCHA.2064@tkmsftngp02...

-glenn-

unread,
May 30, 2002, 1:01:12 PM5/30/02
to
Try this:

textbox1.Text = textbox1.Text.Replace(char,char);
textbox1.Text = textbox1.Text.Replace(string,string);

-glenn-

"a.b" <avr...@ellione.com> wrote in message

news:ujlJ0$#BCHA.2064@tkmsftngp02...

0 new messages