<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 25: use of function name as l-value not replaced by _ret</title><link>https://sourceforge.net/p/vb2py/bugs/25/</link><description>Recent changes to 25: use of function name as l-value not replaced by _ret</description><atom:link href="https://sourceforge.net/p/vb2py/bugs/25/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 18 Feb 2004 06:54:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vb2py/bugs/25/feed.rss" rel="self" type="application/rss+xml"/><item><title>use of function name as l-value not replaced by _ret</title><link>https://sourceforge.net/p/vb2py/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the following code, the function name is used as a&lt;br /&gt;
l-value&lt;/p&gt;
&lt;p&gt;Private Function gammareg1(tau, pi)&lt;br /&gt;
gammareg1 = 0&lt;br /&gt;
For i = 1 To 34&lt;br /&gt;
gammareg1 = gammareg1 + nreg1(i) * (7.1 - pi) ^&lt;br /&gt;
ireg1(i) * (tau - 1.222) ^ jreg1(i)&lt;br /&gt;
Next i&lt;br /&gt;
'&lt;br /&gt;
End Function&lt;/p&gt;
&lt;p&gt;The l-value gammareg1 should be replaced by _ret on&lt;br /&gt;
conversion.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 18 Feb 2004 06:54:23 -0000</pubDate><guid>https://sourceforge.net93fff605994671a62cc8289a319910362f5e656d</guid></item></channel></rss>