<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 7: Unlimited Procedure Inputs</title><link href="https://sourceforge.net/p/tntbasic/feature-requests/7/" rel="alternate"/><link href="https://sourceforge.net/p/tntbasic/feature-requests/7/feed.atom" rel="self"/><id>https://sourceforge.net/p/tntbasic/feature-requests/7/</id><updated>2006-02-14T00:23:49Z</updated><subtitle>Recent changes to 7: Unlimited Procedure Inputs</subtitle><entry><title>Unlimited Procedure Inputs</title><link href="https://sourceforge.net/p/tntbasic/feature-requests/7/" rel="alternate"/><published>2006-02-14T00:23:49Z</published><updated>2006-02-14T00:23:49Z</updated><author><name>Jacob</name><uri>https://sourceforge.net/u/j-a-f/</uri></author><id>https://sourceforge.net8d05c41ab060faf205cdda9c34726ddab498c897</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This request is for, lets say for example, a procedure&lt;br /&gt;
that creates a text box with 10 lines available, but&lt;br /&gt;
you don't have to have that many lines.&lt;/p&gt;
&lt;p&gt;Current code would look like this:&lt;br /&gt;
TextBox("Str 1", "Str 2", "Str 3", "", "", "", "", "",&lt;br /&gt;
"", "")&lt;/p&gt;
&lt;p&gt;The code I want would look like this:&lt;br /&gt;
TextBox("Str 1", "Str 2", "Str 3")&lt;/p&gt;
&lt;p&gt;But the procedure would except up to 10 inputs.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>