<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBS:Переменная внутри двойных кавычек.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15322&amp;type=atom" />
	<updated>2020-04-27T12:00:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15322</id>
		<entry>
			<title type="html"><![CDATA[Re: VBS:Переменная внутри двойных кавычек.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139199#p139199" />
			<content type="html"><![CDATA[<p><strong>sand123</strong>, это ровно <strong>то же самое</strong>, только вместо <em>значения</em> переменной x будет буква x.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2020-04-27T12:00:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139199#p139199</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS:Переменная внутри двойных кавычек.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139198#p139198" />
			<content type="html"><![CDATA[<p>Чтобы не запутаться в количестве кавычек, можно использовать функцию Chr()<br /></p><div class="codebox"><pre><code>
Chr(34) &amp; &quot;x&quot; &amp; Chr(34)
</code></pre></div><p>Выведет x в двойных кавычках</p>]]></content>
			<author>
				<name><![CDATA[sand123]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40759</uri>
			</author>
			<updated>2020-04-27T09:04:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139198#p139198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS:Переменная внутри двойных кавычек.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139197#p139197" />
			<content type="html"><![CDATA[<p><strong>semenov.timosha3</strong>, а где Вы увидели апостроф?</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2020-04-27T08:21:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139197#p139197</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS:Переменная внутри двойных кавычек.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139196#p139196" />
			<content type="html"><![CDATA[<p><strong>alexii</strong><br />Спасибо, но мне нужны именно двойные кавычки, а не апостроф</p>]]></content>
			<author>
				<name><![CDATA[semenov.timosha3]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40782</uri>
			</author>
			<updated>2020-04-27T07:03:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139196#p139196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS:Переменная внутри двойных кавычек.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139183#p139183" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>y = &quot;&quot;&quot;&quot; &amp; x &amp; &quot;&quot;&quot;&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2020-04-26T17:44:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139183#p139183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBS:Переменная внутри двойных кавычек.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139182#p139182" />
			<content type="html"><![CDATA[<p>Добрый день, подскажите как сделать так, чтобы переменная x, стояла внутри двойных кавычек</p>]]></content>
			<author>
				<name><![CDATA[semenov.timosha3]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40782</uri>
			</author>
			<updated>2020-04-26T16:45:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139182#p139182</id>
		</entry>
</feed>
