<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Set method and quotations</title>
		<atom:link href="http://cycling74.com/forums/topic/set-method-and-quotations/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/set-method-and-quotations/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 14:12:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/set-method-and-quotations/#post-62371</guid>
					<title><![CDATA[Set method and quotations]]></title>
					<link>http://cycling74.com/forums/topic/set-method-and-quotations/#post-62371</link>
					<pubDate>Wed, 14 Mar 2012 14:57:44 +0000</pubDate>
					<dc:creator>mlbs</dc:creator>

					<description>
						<![CDATA[
						<p>I am having a problem setting the text content of message boxes using the set and message methods. </p>
<p>If I use: myMessageBox.set(&#8220;mod&#8221;);<br />
I get a message box that has three letters in it (mod) with no quotations.</p>
<p>But if I try: myMessageBox.set(&#8220;mod 10&#8243;);<br />
I get the quotations in the message box as well, and it seems that whenever I try to add a space within quotations I get a set of quotations at the beginning and end of the message box text.</p>
<p>So using: myMessageBox.set(&#8220;mod10&#8243;);<br />
This will not have the quotations in the message object.</p>
<p>I have even tried things like: myMessageBox.set(&#8220;mod&#8221; + &#8221; &#8221; +10); but even this has one set of quotations at the beginning and end of the message object. Even the number 10 will be included in the quotations</p>
<p>I have also had the same problem using the message method to send a &#8220;set&#8221; message to the object.</p>
<p>So how can I go about creating a message object that has exactly the text I want without the quotations?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/set-method-and-quotations/#post-225290</guid>
					<title><![CDATA[Re: Set method and quotations]]></title>
					<link>http://cycling74.com/forums/topic/set-method-and-quotations/#post-225290</link>
					<pubDate>Mon, 19 Mar 2012 22:38:08 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>I think that something like the following should work. If you send the object one item it will be interpreted as a single symbol, not as a list (or a message with arguments), you need to use commas to form an array. There&#8217;s an important difference between <code>mod 10</code> and <code>"mod 10"</code> in a message box, use [zl len] for a demonstration.</p>
<p><code>myMessageBox.set("mod",10);</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/set-method-and-quotations/#post-225291</guid>
					<title><![CDATA[Re: Set method and quotations]]></title>
					<link>http://cycling74.com/forums/topic/set-method-and-quotations/#post-225291</link>
					<pubDate>Tue, 20 Mar 2012 14:36:02 +0000</pubDate>
					<dc:creator>mlbs</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, it was as simple as changing the plus sign to a comma instead.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

