At 8:56 PM +0100 4/12/06, Carlos M wrote:
> 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.
Sorry, I missed that. I would hazard a guess, then, that
wordObj.MeaningCount does not actually return an integer, and the
trouble with passing it to Str directly is that whatever it is, can
be converted to a Double (the type required by Str) in more than one
way.
HTH,
- Joe
--
Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
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>