home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / windowsxp / ftgateoffice / ftgateoffice.exe / Main / systemconst.fts < prev    next >
Encoding:
Text File  |  2001-11-29  |  515 b   |  28 lines

  1. <%
  2.     //
  3.     //
  4.     // this file contains definitions of values defined in the system
  5.     // they are used to make the code more readable
  6.     //
  7.     //
  8.     const true = 1
  9.     const false= 0
  10.     const null = 0
  11.  
  12.     // mailbox information
  13.     const mbxTypeDaemon=1
  14.     const mbxTypeNull=2
  15.     const mbxTypeUser=3
  16.     const mbxTypeList=4
  17.     const mbxTypeAuto=5
  18.     const mbxTypeRobot=6
  19.     const mbxTypeGroup=7
  20.     const mbxTypeDomain=8
  21.     const mbxTypeDsn=9
  22.  
  23.     const mbxAutoTextNever=0
  24.     const mbxAutoTextRequest=1
  25.     const mbxAutoTextAlways=2
  26.  
  27.  
  28. %>