Re: End of statement expected??
- From: "pvdg42" <pvdg42@xxxxxxxxxxxxxxxxx>
- Date: Wed, 21 Mar 2007 21:16:57 -0500
"Ron" <pts4560@xxxxxxxxx> wrote in message
news:1174528627.524045.295420@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In this line:It looks like your opening and closing parentheses are not matched. I see
iStartPosition = RichTextBox1.Text.IndexOfAny(New Char() {"A"c, "a"c,
"E"c, "e"c, "I"c, "i"c, "O"c, "o"c, "U"c, "u"c}),istartposition)
at the end of that line the ,istartposition) is underlined in blue
and says end of statement expected. I can not seem to fix this.
any ideas?
thanks
one more ) than the number of (.
You have Any(, Char(), }), and istartposition). One too many ).
.
- References:
- End of statement expected??
- From: Ron
- End of statement expected??
- Prev by Date: Re: Is VB Caca??
- Next by Date: Re: Cannot clear all rows in datagridview
- Previous by thread: End of statement expected??
- Next by thread: Re: End of statement expected??
- Index(es):