<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Copy and Paste]]></title><description><![CDATA[<p dir="auto">New to script writing unless it was just copy and past, and that wouldn’t be writing. Bare with me please.<br />
I want to add this line  EX. ExperiencePointsForLevel[ ]= 51 more times in a column, how do I do that?<br />
If possible how could I add EX. ExperiencePointsForLevel[99]= numbers from 99 to 150 in the brackets?<br />
thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16684/copy-and-paste</link><generator>RSS for Node</generator><lastBuildDate>Wed, 09 Sep 2026 22:54:58 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16684.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Nov 2018 18:47:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Copy and Paste on Sun, 25 Nov 2018 22:26:43 GMT]]></title><description><![CDATA[<p dir="auto">Terry<br />
That worked thank you very much</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36761</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36761</guid><dc:creator><![CDATA[Warren60]]></dc:creator><pubDate>Sun, 25 Nov 2018 22:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to Copy and Paste on Sun, 25 Nov 2018 19:21:51 GMT]]></title><description><![CDATA[<p dir="auto">@dh4-short<br />
You do need to provide more of an example but from what I think you have said a couple of regexex could do it.</p>
<p dir="auto">First off you’d get a regex to insert the static portion of the text, which I presume is the <code>EX. ExperiencePointsForLevel[]=</code>. Then for the lines you want to have a number inserted (99 to 150) you’d use the Edit (menu), Column Editor, Number to insert and commence with 99 and increase by 1. So you’d select a start line and use this to put the number at the start of the line. Then another regex would move this to within the [] brackets.</p>
<p dir="auto">Notice I’m not giving you actual regexes as without an example of data it is very difficult to do so, but at least this should give you ideas.</p>
<p dir="auto">Suggest reading the FAQ on how to present data in such a way that those helping can do so.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/36757</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/36757</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Sun, 25 Nov 2018 19:21:51 GMT</pubDate></item></channel></rss>