<?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: Paste multiple lines from excel into text edit box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894865#M105562</link>
    <description>&lt;P&gt;You can make TextEditBox taller by using N Lines.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
win = New Window("Example",
	fontobj = text = Text Edit Box("Example Text")
);
text &amp;lt;&amp;lt; Set N Lines(3);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And you can parse the user input as needed.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Aug 2025 08:38:30 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-08-18T08:38:30Z</dc:date>
    <item>
      <title>Paste multiple lines from excel into text edit box</title>
      <link>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894854#M105561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I currently have a text edit box, where the user would have to put in some ID's one by one and press a button "add" every time. I want them to be able to just copy multiple cells from excel and paste them into the text edit box, so it's faster for them. The problem is, that if I paste some ID's, then only the first ID (the others are in the next lines) will be pasted. Is there a way to paste something multiline into a text edit box or even another box?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 08:24:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894854#M105561</guid>
      <dc:creator>Erik_The_First</dc:creator>
      <dc:date>2025-08-18T08:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Paste multiple lines from excel into text edit box</title>
      <link>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894865#M105562</link>
      <description>&lt;P&gt;You can make TextEditBox taller by using N Lines.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
win = New Window("Example",
	fontobj = text = Text Edit Box("Example Text")
);
text &amp;lt;&amp;lt; Set N Lines(3);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And you can parse the user input as needed.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 08:38:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894865#M105562</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-08-18T08:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Paste multiple lines from excel into text edit box</title>
      <link>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894866#M105563</link>
      <description>&lt;P&gt;Okay thank you, due to me not knowing how many lines the will paste, I thought its not a great solution, but by setting N lines to 2, the text edit box will accept any number of lines. Just with n lines(1) it will accept only one&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 08:55:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894866#M105563</guid>
      <dc:creator>Erik_The_First</dc:creator>
      <dc:date>2025-08-18T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Paste multiple lines from excel into text edit box</title>
      <link>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894867#M105564</link>
      <description>&lt;P&gt;Usually, I have fixed size text edit box and then immediately clean and reformat the input after user has inputted (and committed) their values. So, if user inputs&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;a&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;b&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;c&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;it will be formatted to (or something similar)&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;a,b,c&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;in the text edit box&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 09:16:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894867#M105564</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-08-18T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Paste multiple lines from excel into text edit box</title>
      <link>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894878#M105566</link>
      <description>&lt;P&gt;When I paste some ID's from multiple excel cells, they are all in separate rows in the text edit box bot are not "separate" as in the are not split by delimiters, whitespaces or real line breaks. So when I do &amp;lt;&amp;lt;get text its just one string with the ID's in different rows but as I said no real delimiter. What could be a way to get all separate ID's ? You said you can format it inside the text edit box? Note that the ID's are completely random so no regex&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 09:55:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Paste-multiple-lines-from-excel-into-text-edit-box/m-p/894878#M105566</guid>
      <dc:creator>Erik_The_First</dc:creator>
      <dc:date>2025-08-18T09:55:59Z</dc:date>
    </item>
  </channel>
</rss>

