home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / bitnot.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  314 b   |  22 lines

  1. <!--- This example shows BitNot --->
  2.  
  3. <HTML>
  4.  
  5. <HEAD>
  6. <TITLE>BitNot Example</TITLE>
  7. </HEAD>
  8.  
  9. <BODY>
  10.  
  11. <H3>BitNot Example</H3>
  12.  
  13. Returns the bitwise NOT of a long integer.
  14.  
  15. <P>BitNot(0): <CFOUTPUT>#BitNot(0)#</CFOUTPUT>
  16.  
  17. <P>BitNot(255): <CFOUTPUT>#BitNot(255)#</CFOUTPUT>
  18.  
  19. </BODY>
  20.  
  21. </HTML>       
  22.