R
Ron
In this line:
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
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