<?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: truncate value</title>
		<atom:link href="http://cycling74.com/forums/topic/truncate-value/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/truncate-value/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:32:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/truncate-value/#post-46657</guid>
					<title><![CDATA[truncate value]]></title>
					<link>http://cycling74.com/forums/topic/truncate-value/#post-46657</link>
					<pubDate>Mon, 11 Jun 2012 19:21:47 +0000</pubDate>
					<dc:creator>Thinksamuel</dc:creator>

					<description>
						<![CDATA[
						<p>is there a way to truncate a value if it gets higher than a specified number. For example: if you set a limit of 100 and the incoming value is 103, the 100 gets truncated, so the resulting value is 3. I could do this with the if-then expressions but if the value would be 206 than I would have to create a second instance of if-then. I am looking for a more efficient way.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/truncate-value/#post-167870</guid>
					<title><![CDATA[Re: truncate value]]></title>
					<link>http://cycling74.com/forums/topic/truncate-value/#post-167870</link>
					<pubDate>Mon, 11 Jun 2012 19:47:42 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>modulo? <strong>% 100</strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/truncate-value/#post-167871</guid>
					<title><![CDATA[Re: truncate value]]></title>
					<link>http://cycling74.com/forums/topic/truncate-value/#post-167871</link>
					<pubDate>Mon, 11 Jun 2012 20:03:53 +0000</pubDate>
					<dc:creator>Thinksamuel</dc:creator>

					<description>
						<![CDATA[
						<p>How could I look over this? Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

