<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             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/">
        <channel>
            <title>
									js analog for nscalc changed() function - Simhub General				            </title>
            <link>https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 17 Apr 2026 06:57:29 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: js analog for nscalc changed() function</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-7274</link>
                        <pubDate>Thu, 06 Jul 2023 09:53:58 +0000</pubDate>
                        <description><![CDATA[Hi, I have this script to make the drs enable text appear on the 3rd lap. I would like this text to be visible for 10 seconds. What formula should I implement. Thank you!!!
var Leader = $pr...]]></description>
                        <content:encoded><![CDATA[<p>Hi, I have this script to make the drs enable text appear on the 3rd lap. I would like this text to be visible for 10 seconds. What formula should I implement. Thank you!!!</p>
<p><span>var</span> Leader = $prop(<span>'GarySwallowDataPlugin.Generic.LeadLap'</span>);<br /><br /><span>if</span> (Leader == <span>3</span>) {<span>return</span> <span>true</span>}<br /><br /><span>else</span> <span>return</span> <span>false</span></p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>Anonymous 11568</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-7274</guid>
                    </item>
				                    <item>
                        <title>RE: js analog for nscalc changed() function</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-5960</link>
                        <pubDate>Mon, 17 Oct 2022 09:37:02 +0000</pubDate>
                        <description><![CDATA[@romainrob Thank you so much! Will try it.]]></description>
                        <content:encoded><![CDATA[@romainrob Thank you so much! Will try it.]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>nevermike</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-5960</guid>
                    </item>
				                    <item>
                        <title>RE: js analog for nscalc changed() function</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-5957</link>
                        <pubDate>Mon, 17 Oct 2022 01:06:57 +0000</pubDate>
                        <description><![CDATA[Hi,I use this:function changed(delay, value) {root = timespantoseconds($prop(&#039;SystemInfoPlugin.Uptime&#039;)); root = root == null ? value : root;root[...]]></description>
                        <content:encoded><![CDATA[<p>Hi,<br />I use this:<br /><br />function changed(delay, value) {<br />root = timespantoseconds($prop('SystemInfoPlugin.Uptime')); <br />root = root == null ? value : root;<br />root = value;<br /><br />if (root != root) <br />{<br />root = root;<br />} <br /><br />return root == null ? false : root - root &lt;= delay/1000;<br />}</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>Romainrob</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-5957</guid>
                    </item>
				                    <item>
                        <title>js analog for nscalc changed() function</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-5956</link>
                        <pubDate>Sun, 16 Oct 2022 22:46:05 +0000</pubDate>
                        <description><![CDATA[Hi!
 
Can someone tell me if there any way to make js analog for nscalc changed() function? I tried to use setTimeout, but it&#039;s not defined.
 
My case is to make visible last lap time te...]]></description>
                        <content:encoded><![CDATA[<p>Hi!</p>
<p> </p>
<p>Can someone tell me if there any way to make js analog for nscalc changed() function? I tried to use setTimeout, but it's not defined.</p>
<p> </p>
<p>My case is to make visible last lap time text only when car cross the s/f line. So in nscalc it easy to write with changed(), but I want to write it in js as all other fx for dash use js also.</p>
<p> </p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>nevermike</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/js-analog-for-nscalc-changed-function/#post-5956</guid>
                    </item>
							        </channel>
        </rss>
		