On Apr 12, 2006 3:24 PM, Joseph J. Strout wrote:
> I saw this one the other day, and it struck me as one of the
> clearest, most plain-spoken error messages I've ever seen from a
> compiler.  Most compilers would simply say "Ambiguous identifier
> error" or some such.  But this one actually says exactly what it
> means.
>
> That said, I don't know why you're getting it on this line.  Try
> breaking it into two lines:
>
>    Dim i As Integer = wordObj.MeaningCount
>    Dim s As String = Str(i)
>
> and see if that provides any insight.

No error happens using this code, as I said in my original message.

> Also, do you have your own definition of Str() somewhere in
> your project?

Nope!

This is a very small testing project, with only 2 pushbuttons and a
few lines of code, where I'm trying to get synonyms from Word. The
code that now gives the error on RB2006r2 didn't give any error on
RB2005r4.

What I'm trying to figure is if this is REALLY my error or a compiler
one in order to decide if I should submit this to the RS feedback
system or not.

Carlos


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to