home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows BitNot --->
-
- <HTML>
-
- <HEAD>
- <TITLE>BitNot Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>BitNot Example</H3>
-
- Returns the bitwise NOT of a long integer.
-
- <P>BitNot(0): <CFOUTPUT>#BitNot(0)#</CFOUTPUT>
-
- <P>BitNot(255): <CFOUTPUT>#BitNot(255)#</CFOUTPUT>
-
- </BODY>
-
- </HTML>
-