Can anyone enlighten me?<br><br><div><span class="gmail_quote">On 10/14/06, <b class="gmail_sendername">jeff sacksteder</b> <<a href="mailto:jsacksteder@gmail.com">jsacksteder@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div><span class="q"><span class="gmail_quote">On 10/13/06, <b class="gmail_sendername">Martin Maly</b> <<a href="mailto:Martin.Maly@microsoft.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Martin.Maly@microsoft.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US">
<div>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Int16 is a type: System.Int16 and I am calling its constructor,
passing "output" as the value: System.Int16(output), just like in Python you
can call: int(3.5), this is very similar, except constructing .NET System.Int16
type.</span></p></div></div></blockquote></span><div><br>An excellent description. However-<br><br>"TypeError: no overloads of AIn could match (int, Range, Int16)<span class="q"><br> AIn(int, Range, Reference[Int16])
<br> AIn(int, Range, Reference[UInt16])"
<br><br></span>I think I should be using System.Type.MakeByRefType, but I'm not quite getting it.<br></div><br></div>
</blockquote></div><br>