<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-1>
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: Tahoma;
}
@font-face {
        font-family: Segoe UI;
}
@font-face {
        font-family: Verdana;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.0in 1.0in 1.0in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"; mso-style-builtin: yes
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"; mso-style-builtin: yes
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman","serif"; mso-style-builtin: yes
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-builtin: yes; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-builtin: yes; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-builtin: yes; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-builtin: yes; mso-style-priority: 99
}
P.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-builtin: yes; mso-style-priority: 99; mso-style-link: "Balloon Text Char"
}
LI.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-builtin: yes; mso-style-priority: 99; mso-style-link: "Balloon Text Char"
}
DIV.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-builtin: yes; mso-style-priority: 99; mso-style-link: "Balloon Text Char"
}
SPAN.BalloonTextChar {
        FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Balloon Text"; mso-style-name: "Balloon Text Char"
}
SPAN.EmailStyle19 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal
}
SPAN.EmailStyle20 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal
}
SPAN.EmailStyle21 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal-reply
}
MsoChpDefault {
        FONT-SIZE: 10pt; mso-style-type: export-only
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US id=MailContainerBody 
style="PADDING-LEFT: 10px; FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #000000; BORDER-TOP-STYLE: none; PADDING-TOP: 15px; FONT-STYLE: normal; FONT-FAMILY: Verdana; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none" 
vLink=purple link=blue leftMargin=0 topMargin=0 acc_role="text" 
CanvasTabStop="true" name="Compose message area"><!--[gte IE 5]><?xml:namespace prefix="v" /><?xml:namespace prefix="o" /><![endif]-->
<DIV>
<DIV>Dino,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Yes that works.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I discovered I can also initialize the references to the arrays as 
follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt;&gt;&gt; x = 
clr.Reference[System.Array[float]]((0,0,0))<BR>&gt;&gt;&gt; pi = 
clr.Reference[System.Array[float]]((0,0,0))<BR>&gt;&gt;&gt; slack = 
clr.Reference[System.Array[float]]((0,0,0))<BR>&gt;&gt;&gt; dj = 
clr.Reference[System.Array[float]]((0,0,0))</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for your help on this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Frank</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV style="FONT: 10pt arial"><B>From:</B> <A 
  title=mailto:dinov@exchange.microsoft.com 
  href="mailto:dinov@exchange.microsoft.com">Dino Viehland</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=mailto:users@lists.ironpython.com 
  href="mailto:users@lists.ironpython.com">Discussion of IronPython</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, August 25, 2006 7:52 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [IronPython] c# function 
  that passes arguments by reference</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">The 
  Reference object is just a holder so that you can pass it in, and then use it 
  after the call.&nbsp; It has a .Value property that will return you the 
  updated value (or the original if the value hasn’t changed).&nbsp; So x.Value 
  should get you the new value.<o:p></o:p></SPAN></P>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P>
  <DIV>
  <DIV 
  style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
  <P class=MsoNormal><B><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: 'Segoe UI','sans-serif'">From:</SPAN></B><SPAN 
  style="FONT-SIZE: 9pt; FONT-FAMILY: 'Segoe UI','sans-serif'"> <A 
  title=mailto:users-bounces@lists.ironpython.com 
  href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</A> 
  [mailto:users-bounces@lists.ironpython.com] <B>On Behalf Of </B>Frank 
  Kampas<BR><B>Sent:</B> Friday, August 25, 2006 2:17 PM<BR><B>To:</B> 
  Discussion of IronPython<BR><B>Subject:</B> Re: [IronPython] c# function that 
  passes arguments by reference<o:p></o:p></SPAN></P></DIV></DIV>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P>
  <DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">Ok, 
  that worked but what I got back is not very useful<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">&gt;&gt;&gt; 
  lpstat = clr.Reference[int](0)<BR>&gt;&gt;&gt; objval = 
  clr.Reference[float](0)<BR>&gt;&gt;&gt; x = 
  clr.Reference[System.Array[float]](System.Array[float]((0,0,0)))<BR>&gt;&gt;&gt; 
  pi = 
  clr.Reference[System.Array[float]](System.Array[float]((0,0,0)))<BR>&gt;&gt;&gt; 
  sl = 
  clr.Reference[System.Array[float]](System.Array[float]((0,0,0)))<BR>&gt;&gt;&gt; 
  dj = 
  clr.Reference[System.Array[float]](System.Array[float]((0,0,0)))<BR>&gt;&gt;&gt; 
  wr.GetResults(lpstat,objval,x,pi,sl,dj)<BR>True<BR>&gt;&gt;&gt; 
  x<BR>&lt;IronPython.Modules.ClrModule+Reference`1[[System.Double[], mscorlib, 
  Version=2.<BR>0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] object 
  at 0x0000000000<BR>00002E [Reference(System.Double[])]&gt;<BR>&gt;&gt;&gt; 
  lpstat<BR>&lt;IronPython.Modules.ClrModule+Reference`1[[System.Int32, 
  mscorlib, Version=2.0.0<BR>.0, Culture=neutral, 
  PublicKeyToken=b77a5c561934e089]] object at 0x0000000000000<BR>02F 
  [Reference(1)]&gt;<BR>&gt;&gt;&gt;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">The 
  approach I found seems to be more useful if it doesn't have some problem 
  that<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">would 
  show up for bigger arrays.<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">&nbsp;<o:p></o:p></SPAN></P></DIV>
  <DIV>
  <P class=MsoNormal><SPAN 
  style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">&gt;&gt;&gt; 
  wr.GetResults(0,0,(0,0,0),(0,0,0),(0,0,0),(0,0,0))<BR>(True, 1, 13.0, 
  System.Double[](5.0, 4.0, 0.0), System.Double[](0.0, 0.0, -3.062<BR>5), 
  System.Double[](0.0, 0.0, 0.0), System.Double[](0.0, 0.0625, 
  0.375))<o:p></o:p></SPAN></P></DIV>
  <BLOCKQUOTE 
  style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; MARGIN: 5pt 0in 5pt 3.75pt; BORDER-LEFT: black 1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: medium none">
    <DIV>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">----- 
    Original Message ----- <o:p></o:p></SPAN></P></DIV>
    <DIV>
    <P class=MsoNormal><B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">From:</SPAN></B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> <A 
    title=mailto:dinov@exchange.microsoft.com 
    href="mailto:dinov@exchange.microsoft.com">Dino Viehland</A> 
    <o:p></o:p></SPAN></P></DIV>
    <DIV>
    <P class=MsoNormal><B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">To:</SPAN></B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> <A 
    title=mailto:users@lists.ironpython.com 
    href="mailto:users@lists.ironpython.com">Discussion of IronPython</A> 
    <o:p></o:p></SPAN></P></DIV>
    <DIV>
    <P class=MsoNormal><B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">Sent:</SPAN></B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> 
    Friday, August 25, 2006 5:00 PM<o:p></o:p></SPAN></P></DIV>
    <DIV>
    <P class=MsoNormal><B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">Subject:</SPAN></B><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> 
    Re: [IronPython] c# function that passes arguments by 
    reference<o:p></o:p></SPAN></P></DIV>
    <DIV>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P></DIV>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">You 
    can do:</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">import 
    System</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">import 
    clr</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">clr.Reference[System.Array[int]]( 
    System.Array[int]( (1,2,3) ) )</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">This 
    breaks down into the array creation:</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">System.Array[int]( 
    (1,2,3) )</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">And 
    then passing that to the new instance of clr.Reference.&nbsp; </SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P>
    <DIV>
    <DIV 
    style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
    <P class=MsoNormal><B><SPAN 
    style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Segoe UI','sans-serif'">From:</SPAN></B><SPAN 
    style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Segoe UI','sans-serif'"> 
    <A title=mailto:users-bounces@lists.ironpython.com 
    href="mailto:users-bounces@lists.ironpython.com">users-bounces@lists.ironpython.com</A> 
    [mailto:users-bounces@lists.ironpython.com] <B>On Behalf Of </B>Frank 
    Kampas<BR><B>Sent:</B> Friday, August 25, 2006 1:43 PM<BR><B>To:</B> 
    Discussion of IronPython<BR><B>Subject:</B> Re: [IronPython] c# function 
    that passes arguments by reference</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P></DIV></DIV>
    <P class=MsoNormal><SPAN style="COLOR: black">&nbsp;<o:p></o:p></SPAN></P>
    <DIV>
    <DIV>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">how 
    to I create an array to pass by reference?&nbsp; I assume that your example 
    is creating an integer with a value of 3 to pass by reference.</SPAN><SPAN 
    style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
    <BLOCKQUOTE 
    style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0in; MARGIN: 5pt 0in 5pt 3.75pt; BORDER-LEFT: black 1.5pt solid; PADDING-TOP: 0in; BORDER-BOTTOM: medium none">
      <DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">----- 
      Original Message ----- </SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">From:</SPAN></B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> 
      <A title=mailto:dinov@exchange.microsoft.com 
      href="mailto:dinov@exchange.microsoft.com">Dino Viehland</A> </SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">To:</SPAN></B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> 
      <A title=mailto:users@lists.ironpython.com 
      href="mailto:users@lists.ironpython.com">Discussion of IronPython</A> 
      </SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">Sent:</SPAN></B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> 
      Friday, August 25, 2006 4:06 PM</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'">Subject:</SPAN></B><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial','sans-serif'"> 
      Re: [IronPython] c# function that passes arguments by 
      reference</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">&nbsp;</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">This 
      is the “easy” way to call functions that are passing values by 
      reference.&nbsp; You should be able to pass non-zero values as well as 
      non-empty arrays.&nbsp; The only thing that should disallow this is if 
      there were multiple overloads that resulted in an ambiguous method 
      resolution.&nbsp; </SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">For 
      these cases there is a generic Reference type defined in the CLR 
      module.&nbsp; You can use this:</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">import 
      clr</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">x 
      = clr.Reference[int](3)</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">someObj.someFunction(x)</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">print 
      x.Value</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">and 
      Value will be updated after the call.</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P>
      <DIV>
      <DIV 
      style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
      <P class=MsoNormal><B><SPAN 
      style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Segoe UI','sans-serif'">From:</SPAN></B><SPAN 
      style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Segoe UI','sans-serif'"> 
      users-bounces@lists.ironpython.com 
      [mailto:users-bounces@lists.ironpython.com] <B>On Behalf Of </B>Frank 
      Kampas<BR><B>Sent:</B> Friday, August 25, 2006 12:58 PM<BR><B>To:</B> 
      users@lists.ironpython.com<BR><B>Subject:</B> [IronPython] c# function 
      that passes arguments by reference</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></DIV></DIV>
      <P class=MsoNormal><SPAN style="COLOR: black">&nbsp;<o:p></o:p></SPAN></P>
      <DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">If 
      I import a c# function that passes its arguments (integers and 
      arrays)</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">by 
      reference, the only way I can get it to work is pass zeroes for the 
      integers and</SPAN><SPAN style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">arrays 
      of zero for the arrays.&nbsp; The&nbsp;results for the variables passed 
      by&nbsp;reference return with the function</SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">return.&nbsp; 
      Is that what is supposed to occur?&nbsp; </SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></DIV>
      <P class=MsoNormal><SPAN 
      style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">_______________________________________________<BR>users 
      mailing list<BR><A title=mailto:users@lists.ironpython.com 
      href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</A><BR><A 
      title=http://lists.ironpython.com/listinfo.cgi/users-ironpython.com 
      href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</A></SPAN><SPAN 
      style="COLOR: black"><o:p></o:p></SPAN></P></BLOCKQUOTE></DIV>
    <P class=MsoNormal><SPAN 
    style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'">_______________________________________________<BR>users 
    mailing list<BR><A title=mailto:users@lists.ironpython.com 
    href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</A><BR><A 
    title=http://lists.ironpython.com/listinfo.cgi/users-ironpython.com 
    href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</A><o:p></o:p></SPAN></P></BLOCKQUOTE></DIV></DIV>_______________________________________________<BR>users 
  mailing 
  list<BR>users@lists.ironpython.com<BR>http://lists.ironpython.com/listinfo.cgi/users-ironpython.com<BR></BLOCKQUOTE></DIV></BODY></HTML>