<?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: How to use TextEdit box to sent the string to another textEditbox? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-TextEdit-box-to-sent-the-string-to-another/m-p/448366#M69524</link>
    <description>&lt;P&gt;To get values from Text Edit Box use &amp;lt;&amp;lt; Get Text and to set values use &amp;lt;&amp;lt; Set Text&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

nw = New Window("test",
	teb1 = Text Edit Box(""),
	teb2 = Text Edit Box(""),
	btn1 = Button Box("Enter", 
		teb2 &amp;lt;&amp;lt; Set Text("'" || Char(teb1 &amp;lt;&amp;lt; Get Text) || "'")
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 Dec 2021 07:35:18 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-12-30T07:35:18Z</dc:date>
    <item>
      <title>How to use TextEdit box to sent the string to another textEditbox?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-TextEdit-box-to-sent-the-string-to-another/m-p/448345#M69522</link>
      <description>&lt;P&gt;I want to generate one button and two textedit box, when I input the strings to the first textedit box, and then press the button, antoher editbox will show what I entered, but with two additional single quote? I just cannot get anything feedback whatever I entered.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;nw = New Window( "test",
teb1 = Text Edit Box(""),
teb2=  Text Edit Box(""),
 btn1=Button Box( "Enter",teb2("'"||char(teb1 &amp;lt;&amp;lt; Get)||"'")
 )); &lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:07:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-TextEdit-box-to-sent-the-string-to-another/m-p/448345#M69522</guid>
      <dc:creator>Jiaxiang</dc:creator>
      <dc:date>2023-06-09T18:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use TextEdit box to sent the string to another textEditbox?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-TextEdit-box-to-sent-the-string-to-another/m-p/448366#M69524</link>
      <description>&lt;P&gt;To get values from Text Edit Box use &amp;lt;&amp;lt; Get Text and to set values use &amp;lt;&amp;lt; Set Text&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

nw = New Window("test",
	teb1 = Text Edit Box(""),
	teb2 = Text Edit Box(""),
	btn1 = Button Box("Enter", 
		teb2 &amp;lt;&amp;lt; Set Text("'" || Char(teb1 &amp;lt;&amp;lt; Get Text) || "'")
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Dec 2021 07:35:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-TextEdit-box-to-sent-the-string-to-another/m-p/448366#M69524</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-12-30T07:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use TextEdit box to sent the string to another textEditbox?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-TextEdit-box-to-sent-the-string-to-another/m-p/448457#M69533</link>
      <description>Thanks!</description>
      <pubDate>Fri, 31 Dec 2021 01:10:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-TextEdit-box-to-sent-the-string-to-another/m-p/448457#M69533</guid>
      <dc:creator>Jiaxiang</dc:creator>
      <dc:date>2021-12-31T01:10:37Z</dc:date>
    </item>
  </channel>
</rss>

