
[ Taken Direct from the RA.DOC pages 181, 182, and 184 ]


          ASCII
          Character  Control
          Number     Code     Information Displayed
          
          33         ^K!      Display another text file. This code
                              should be followed by a 1-8 character
                              filename (no extension) and must be
                              terminated by the pipe symbol "|"
                              character.  (i.e. ^K!BBSRULES| would
                              display the BBSRULES.A?? text file).

                              This control code may be nested by
                              displaying a text file from another text
                              file to the limit of available memory.
                              {+} Registered only.

          48         ^K0      Number of messages in selected area.
          49         ^K1      Number of the current template message
                              area.
          50         ^K2      Number of current template file area.
          65         ^KA      Total system calls.
          66         ^KB      Name of last caller (any node).
          68         ^KD      Starting message number of currently
                              selected area.
          69         ^KE      Ending message number of currently
                              selected area.
          70         ^KF      Number of times user has paged the Sysop
                              during this session.
          71         ^KG      Day of the week (full form).
          72         ^KH      Number of users in the user file.
          73         ^KI      Time in 24-hour format.
          74         ^KJ      Today's date.
          75         ^KK      Minutes connected this call.
          76         ^KL      Seconds connected (always returns zero).
          77         ^KM      Minutes used today.
          78         ^KN      Seconds used today (always returns
                              zero).
          79         ^KO      Minutes remaining today.
          80         ^KP      Seconds remaining today (always returns
                              zero).
          81         ^KQ      Daily time limit.
          82         ^KR      Connect speed.
          83         ^KS      Day of the week (abbreviated form).
          84         ^KT      Daily download limit (in Kb).
          85         ^KU      Minutes until next system event.
          86         ^KV      24 hour format time of the next event.
          87         ^KW      Node number (as set on command line).
          88         ^KX      Terminates the current call.
          89         ^KY      Name of current template message area.
          90         ^KZ      Name of current template file area.
          91         ^K[cc    Change foreground and background color
                              to cc.  See the Color Codes table in
                              this chapter for details.
          92         ^K/      Clear to end of the current line.
          93         ^K]nnn   Displays the language prompt number nnn
                              from the currently selected language.
                              Since this code is nearly identical to
                              the change color code, nnn must be a
                              three-digit number.


          User Data Codes
          
          User data codes are used to display information about the
          user who is currently logged-on.  In the following table,
          settings that return the state of a toggle, are indicated.
          For example, ^F0 will display the word ON or OFF depending
          on the status of the current user's full-screen editor
          toggle.

          ASCII
          Character  Control
          Number     Code     Information Displayed
          
          33         ^F!      User's default protocol setting.
          34         ^F"      User's exclude echomail areas from mail
                              scans setting.  If echomail areas are
                              excluded from the user's mail-box scan,
                              this returns ON, otherwise returns OFF.
          35         ^F#      User's current file group.
          36         ^F$      User's address line 1.
          37         ^F%      User's address line 2.
          38         ^F&      User's address line 3.
          39         ^F'      User's sex (Male/Female).
          40         ^F(      User's Post Billing flag setting
                              (ON/OFF).
          41         ^F)      User's current message group.
          42         ^F*      Current file group number.
          43         ^F+      Current message group number.
          48         ^F0      User's current full-screen editor
                              setting (ON/OFF).
          49         ^F1      Current do not disturb setting (ON/OFF).
          50         ^F2      Current Hot-Key setting (ON/OFF).
          51         ^F3      User's handle.
          52         ^F4      Date of user's first call to the system.
          53         ^F5      User's date of birth.
          54         ^F6      Subscription expiration date.
          55         ^F7      Days until subscription expiration.
          56         ^F8      Current AVATAR setting (ON/OFF).
          57         ^F9      File ratio (number of files).
          58         ^F:      File ratio (kilobytes).
          59         ^F;      Current full-screen message viewer
                              setting (ON/OFF).
          60         ^F<      Selected date format.
          61         ^F=      Current auto-message-forwarding setting
                              (ON/OFF).
          62         ^F>      Name (if any) of message forwardee.
          65         ^FA      User's full name.
          66         ^FB      User's location.
          68         ^FD      Business/Data telephone number.
          69         ^FE      Voice/Home telephone number.
          70         ^FF      Date of last call.
          71         ^FG      Time of last call.
          72         ^FH      A Flags setting.
          73         ^FI      B Flags setting.
          74         ^FJ      C Flags setting.
          75         ^FK      D Flags setting.
          76         ^FL      Credits remaining (cents).  The value
                              displayed by this code uses the formula:
                              (Credit - NetPending - SessionCost)
                              Therefore, if a user has 25 credits and
                              has 15 pending credits and the current
                              session cost in credits is 5, the value
                              displayed with this macro would be 5.

          77         ^FM      Total messages posted.
          78         ^FN      Last message read.
          79         ^FO      Security level.
          80         ^FP      Total calls to the BBS.
          81         ^FQ      Number of files uploaded.
          82         ^FR      Kilobytes uploaded.
          83         ^FS      Number of files downloaded.
          84         ^FT      Kilobytes downloaded.
          85         ^FU      Minutes used today.
          86         ^FV      Current screen length setting.
          87         ^FW      User's first name only.
          88         ^FX      ANSI setting (ON/OFF).
          89         ^FY      Continue? prompt setting (ON/OFF).
          90         ^FZ      Screen clearing setting (ON/OFF).


                       Color number if no       Color number if a
          Background   flashing foreground is   flashing foreground is
          Color        desired                  desired
          
          Black                0                        8
          Blue                 1                        9
          Green                2                        A
          Cyan                 3                        B
          Red                  4                        C
          Magenta              5                        D
          Brown                6                        E
          Gray                 7                        F
          

          Foreground     Color
          Color          Number
          
          Black            0
          Blue             1
          Green            2
          Cyan             3
          Red              4
          Magenta          5
          Brown            6
          Gray             7
          Dark Gray        8
          Light Blue       9
          Light Green      A
          Light Cyan       B
          Light Red        C
          Light Magenta    D
          Yellow           E
          White            F
          
          To familiarize yourself with this scheme, examine the color
          number examples shown below.  Cross reference each example
          with the color number tables so you understand the color
          numbering scheme:
          
          34    Red foreground on a cyan background.
          01    Blue foreground on a black background.
          BF    Flashing white foreground on a cyan background.
          BA    Flashing light green foreground on a cyan background.



New RA 2.50 Control Codes:
-----------------------------

        * New textfile control codes:
        
                ^K$ - Number of callers today.
                ^K% - Handle of last caller.
                ^K& - Number of files currently tagged.
                ^K' - Total kilobytes of tagged files.
                ^K( - Name of currently selected language.
                ^F^ - Current session time limit.
                ^F_ - Time remaining this session.

