<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Paul Conigliaro | Activity</title>
	<link>https://creativecow.net/members/paulconigliaro/activity/</link>
	<atom:link href="https://creativecow.net/members/paulconigliaro/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Paul Conigliaro.</description>
	<lastBuildDate>Mon, 18 May 2026 16:31:35 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">1899d5cbdc25b858ca05236f2fb23567</guid>
				<title>Paul Conigliaro replied to the discussion Check if Variable is equal to one of multiple values. (ex : 1 OR 4) in the forum Adobe After Effects Expressions</title>
				<link>https://creativecow.net/forums/thread/check-if-variable-is-equal-to-one-of-multiple-values-ex-1-or-4/#post-2433610</link>
				<pubDate>Sat, 13 Aug 2022 18:11:36 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/check-if-variable-is-equal-to-one-of-multiple-values-ex-1-or-4/#post-2433610"><span class="bb-reply-lable">Reply to</span> Check if Variable is equal to one of multiple values. (ex : 1 OR 4)</a></p> <div class="bb-content-inr-wrap"><p>The syntax for multiple OR conditions would need to be something like:</p>
<pre>if(menu==1 || menu==4 || menu==7)</pre>
<p></p>
<p>Your idea of using includes() is spot on. But you might have to add .value to your variable if it’s pointing to a control like a menu. So it might looks something like:</p>
<p></p>
<pre>let arr = [1,4,7];</pre>
<pre><span>arr.includes(menu.value);</span></pre>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		