<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help with getting multiple user entered values in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Need-help-with-getting-multiple-user-entered-values/m-p/592370#M79645</link>
    <description>&lt;P&gt;I just realized I had used comma instead of semi colon. Fixed it, thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 23:39:21 GMT</pubDate>
    <dc:creator>LargeAvgJaguar3</dc:creator>
    <dc:date>2023-01-23T23:39:21Z</dc:date>
    <item>
      <title>Need help with getting multiple user entered values</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-with-getting-multiple-user-entered-values/m-p/592350#M79644</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to get three user entries that are numeric using the &amp;lt;&amp;lt;Get command on the variables when "OK" button is clicked. Need these 3 values to further open CSV files as the user wants.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if I use the &amp;lt;&amp;lt;Get on 3 variables, only the first one is available in the rest of the code. Other 2 variables are not stored. Would it be possible to guide me to figure out what I am doing wrong?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;win = New Window( "Test Plan Details",
	&amp;lt;&amp;lt;Modal,
	&amp;lt;&amp;lt;Size Window( 550, 150 ),
	&amp;lt;&amp;lt;Return Result,
	H List Box(
		Text Box( "Enter the row# corresponding to the column names" ),
		col_start_row = Number Edit Box()
	),
	&amp;lt;&amp;lt;set width( 250 ),
	H List Box( Text Box( "Enter the row# of the first test" ), test_start_row = Number Edit Box() ),
	&amp;lt;&amp;lt;set width( 250 ),
	H List Box( Text Box( "Enter the row# of the last test" ), col_end_row = Number Edit Box() ),
	&amp;lt;&amp;lt;set width( 250 ),
	H List Box(
		Button Box( "OK",
			Wait( 0 );
			z = col_end_row &amp;lt;&amp;lt; get;,
			y = test_start_row &amp;lt;&amp;lt; get,
			x = col_start_row &amp;lt;&amp;lt; Get,
			win &amp;lt;&amp;lt; close window
		),
		Button Box( "Cancel", win &amp;lt;&amp;lt; close window )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jun 2023 15:04:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-with-getting-multiple-user-entered-values/m-p/592350#M79644</guid>
      <dc:creator>LargeAvgJaguar3</dc:creator>
      <dc:date>2023-06-08T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with getting multiple user entered values</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-with-getting-multiple-user-entered-values/m-p/592370#M79645</link>
      <description>&lt;P&gt;I just realized I had used comma instead of semi colon. Fixed it, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 23:39:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-with-getting-multiple-user-entered-values/m-p/592370#M79645</guid>
      <dc:creator>LargeAvgJaguar3</dc:creator>
      <dc:date>2023-01-23T23:39:21Z</dc:date>
    </item>
  </channel>
</rss>

