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.
<cfif query.bitparam eq 0>
Not allowed
<cfelse>
Allowed
</cfif>
<cfset ArrBool=ArrayNew(1)>
<cfset ArrBool[1]="Not Allowed">
<cfset ArrBool[2]="Allowed">
#ArrBool[bitfieldname+1]#