Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<CFSET DataPoint = 4>
<CFIF DataPoint GT 3>
<CFIF DataPoint LT 13>
<CFOUTPUT>DataPoint is in the correct range.</CFOUTPUT>
<CFELSE>
<CFOUTPUT><FONT COLOR="Red">DataPoint is NOT in the correct range.</FONT></CFOUTPUT>
</CFIF>
<CFELSE>
<CFOUTPUT><FONT COLOR="Red">DataPoint is NOT in the correct range.</FONT></CFOUTPUT>
</CFIF>