<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.9.7-stable" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mr N - Latest Comments on Using quotes in NSIS</title>
		<link>https://www.bigsoft.co.uk/blog/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="https://www.bigsoft.co.uk/blog/?tempskin=_rss2&#38;disp=comments&#38;p=164" />
		<description></description>
		<language>en-GB</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=6.9.7-stable"/>
		<ttl>60</ttl>
		<item>
			<title>davidnewcomb [Member] in response to: Using quotes in NSIS</title>
			<pubDate>Fri, 04 Nov 2016 10:22:00 +0000</pubDate>
			<dc:creator><a href="https://www.bigsoft.co.uk/?disp=user&amp;user_ID=1" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_1"><span class="identity_link_username">davidnewcomb</span></a> <span class="bUser-member-tag">[Member]</span></dc:creator>
			<guid isPermaLink="false">c2868@https://www.bigsoft.co.uk/</guid>
			<description>StrCpy takes 2 parameters The double quotes ensures that if $variable1 or $variable2 contain spaces they will still be counted as single parameters. Consider:

Var p
$p = &amp;#8220;first param&amp;#8221;
StrCpy hello $p


The StrCpy line is translated into:

StrCpy hello first param

StrCpy has 3 parameters so it will fail, so wrapping $p in quote will fix this:

StrCpy hello &amp;#8220;$p&amp;#8221;

will become

StrCpy hello &amp;#8220;first param&amp;#8221;

which is ok.</description>
			<content:encoded><![CDATA[StrCpy takes 2 parameters The double quotes ensures that if $variable1 or $variable2 contain spaces they will still be counted as single parameters. Consider:

Var p
$p = &#8220;first param&#8221;
StrCpy hello $p


The StrCpy line is translated into:

StrCpy hello first param

StrCpy has 3 parameters so it will fail, so wrapping $p in quote will fix this:

StrCpy hello &#8220;$p&#8221;

will become

StrCpy hello &#8220;first param&#8221;

which is ok.]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2009/12/18/using-quotes-in-nsis#c2868</link>
		</item>
		<item>
			<title> Mahesh Gupta [Visitor] in response to: Using quotes in NSIS</title>
			<pubDate>Fri, 04 Nov 2016 07:02:49 +0000</pubDate>
			<dc:creator><span class="user anonymous" rel="bubbletip_comment_2867">Mahesh Gupta</span> <span class="bUser-anonymous-tag">[Visitor]</span></dc:creator>
			<guid isPermaLink="false">c2867@https://www.bigsoft.co.uk/</guid>
			<description>&lt;p&gt;Hi david,&lt;/p&gt;
&lt;p&gt;Thanks for the article, its a good one.&lt;/p&gt;
&lt;p&gt;I am very much new to NSIS and have a doubt.&lt;/p&gt;
&lt;p&gt;In one of the existing installers in my organisation I see a statement &lt;/p&gt;
&lt;p&gt;StrCpy &amp;#8220;$variable1&amp;Prime;  &amp;#8220;$variable2&amp;Prime;&lt;/p&gt;
&lt;p&gt;can you explain what is the meaning of using variables inside quotes.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;</description>
			<content:encoded><![CDATA[<p>Hi david,</p>
<p>Thanks for the article, its a good one.</p>
<p>I am very much new to NSIS and have a doubt.</p>
<p>In one of the existing installers in my organisation I see a statement </p>
<p>StrCpy &#8220;$variable1&Prime;  &#8220;$variable2&Prime;</p>
<p>can you explain what is the meaning of using variables inside quotes.</p>
<p>Thanks in advance</p>]]></content:encoded>
			<link>https://www.bigsoft.co.uk/blog/2009/12/18/using-quotes-in-nsis#c2867</link>
		</item>
			</channel>
</rss>
