home *** CD-ROM | disk | FTP | other *** search
RISC OS BBC BASIC V Source | 1997-03-14 | 1.1 KB | 38 lines |
- >Internal.Constants
- 1996 M Richard G
- Useful constants
- 04 Jan 1997 : MG - Started v1.00
- 02 Feb 1997 : JF - Added U_HasVoice v1.01
- 04 Feb 1996 : MG - Added eof$ v1.02
- 09 Mar 1997 : JF - Added flags v1.03
- Constants_Initialise
- Display flags
- DisplayFlag_NoCR = 1
- DisplayFlag_Halfway = 2 ; internal use only
- DisplayFlag_NoIndent = 4
- DisplayFlag_ANSI = 8
- User flags
- U_HasOps = 1
- User is being ignored due to flooding
- U_Ignored = 2
- User has been selected by the client
- U_Selected = 4
- User has been been granted permission to speak
- U_HasVoice = 8
- Channel flags
- CF_Topic = 1
- CF_Msgs = 2
- CF_Invite = 4
- CF_Moderated = 8
- CF_Secret = 16
- CF_Private = 32
- CF_Limited = 64
- CF_YouHaveOps = 128
- File constants
- eof$ = "\\EOF//"
- Flag constants
- vbit=1<<28
- cbit=1<<29
- zbit=1<<30
- nbit=1<<31
-