home *** CD-ROM | disk | FTP | other *** search
- CODES.REF
- This listing will help you become familiar with the T2A variable codes
- shown in the PopUp lists.
- Description follwed by {2} specifies RA 2.00g version variable
- **********************************************************************
- USER CODES:
-
- @FIRST@ User's first name.
- @HANDLE@ Users Handle.
- @FULL@ Users Full Name.
- @ADR1@ Address line 1 {2}
- @ADR2@ Address line 2 {2}
- @ADR3@ Address line 3 {2}
- @LOCATION@ Location
- @VOICEPHN@ Voice Phone
- @DATAPHN@ Data Phone
- @FRSTCALL@ Date of users first call
- @LSTCALL@ Date of users last call
- @LSTCALL_TIM@ Time of users last call
- @DOB@ Date of birth
- @EXPIRON@ Access expires on date
- @EXPIRIN@ Access expires in ?? days
- @AVTSET@ Avatar setting
- @ANSISET@ Ansi setting
- @MSGFWD@ Message forwarding On/Off
- @MSGFWDTO@ Name of forwardee
- @PROTOCOL@ Default Protocol {2}
- @ECHOSCAN@ Include Echo mail at logon scan {2}
- @SEX@ User gender {2}
- @POSTBILL@ Post Billing {2}
- @CURMSG_GRP_NAM@ Current Message Group Name {2}
- @CURMSG_GRP#@ Current Message Group Number {2}
- @CURFILE_GRP_NAM@ Current File Group Name {2}
- @CURFILE_GRP#@ Current File Group Number {2}
- @FULL_EDIT@ Full Screen Editor
- @FULL_VIEW@ Full screen message viewer
- @HOTKEYS@ Hotkey setting
- @LSTMSGREAD@ Last message read
- @SECURITY@ Security level
- @TOTALCALLS@ Total calls to BBS by user
- @MORE_SET@ Continue prompt setting
- @LANGUAGE@ Name of selected language
- @COMMENT@ User comment field
- @SCRNLEN@ Screen length
- @SCRN_CLR@ Screen clearing code?
- @MIN_USED@ Minutes used today
- @DATE_FMT@ Users date format
- @NUM_U/L@ Number of uploads
- @KB_U/L@ KB of uploads
- @NUM_D/L@ Number of downloads
- @KB_D/L@ KB of downloads
- @KB_DL_REMAIN@ KB of downloads remaining today
- @RATIO_FILE#@ File ratio, number of files
- @RATIO_FILEKB@ File Ratio, KB of files
- @RATIO_LIMIT#@ Ratio limit, number of files
- @RATIO_LIMIT_KB@ Ratio limit, KB of files
- @NETMAIL_CRDT@ Netmail credir remaining
- @TOT_MSG_POSTED@ Number of messages posted
- @A_FLAGS@ A flag settings
- @B_FLAGS@ B flag settings
- @C_FLAGS@ C flag settings
- @D_FLAGS@ D flag settings
- @QUIET@ Quite mode On/Off
-
-
- SYSTEM CODES:
-
- @DAY_OF_WEEK@ Day of week, long format
- @DOW@ Day of week, short format
- @TODAY@ Todays date
- @TIME@ Current time
- @CONNECTED@ Minutes connected
- @MIN_USED_TDY@ Minutes used today
- @MIN_LEFT@ Minutes left today
- @DLY_TIME_LIM@ Daily time limit
- @CUR_BAUD@ Current baud rate
- @DLY_DL_LIM@ Daily download limit
- @NXT_EVENT@ Next even in ?? minutes
- @NXT_EVNT_T@ Time of next event, 24 hour format
- @NODE@ Node/Line as set on command line
- @TOT_CALLS@ Total calls to system
- @LST_CALLER@ Last caller
- @TOT_USERS@ Number of users on system
- @TIMESPAGED@ Times user has paged Sysop
- @TERMINATE!@ TERMINATE the call -CAREFUL!
- @MSG_AREA_NAM@ Current message area name
- @MSG_AREA_NUM@ Current message area number
- @NUMBR_OF_MSGS@ Number of messages in current area
- @FILE_AREA_NAME@ Current file area name
- @FILE_AREA_NUM@ Current file area number
- @ACTIVE_MSGS@ Active messages in current msg area
- @SYS_START_MSG#@ System starting message number
- @SYS_END_MSG#@ System ending message number
-
- TEXT CONTROL CODES:
-
- @CLRSCRN@ Clear Screen Code
- @NO_ABORT@ Disable aborting with the S key
- @ABORT_OK@ Enable aborting with the S key
- @CONT_YES@ Enable the "Continue" prompt
- @CONT_NO@ Disable the "Continue"prompt
- @WAIT_CR@ Wait for ENTER keypress
- @PAUSE_1@ Insert one second pause
- @PAUSE_2@ Insert two second pause
- @PAUSE_5@ Insert five second pause
- @BEEP1@ Beep users terminal one time
- @BEEP2@ Beep users terminal two times
- @BEEP5@ Beep users terminal five times
-
- @NEWTEXT@ Show another text file from the current ***
- @EXECUTE_PRG@ Execute a program in a Dos shell ***
-
-
-
-
- *** The last two require some added explanation, and some modifying on your
- part. When either @NEWTEXT@ or @EXECUTE_PRG@ are pasted into the editor,
- it is expanded to include: <filename>| so it would look like this
- @NEWTEXT@<filename>|
-
- You need to replace the string <filename> with the path\filename of the
- file you want to display, or execute with @EXECUTE_PRG@. You MUST make
- sure to LEAVE the pipe character (|), RA reads this as a carriage return
- and it is REQUIRED with these two commands. So to show WARNING.ASC, which
- is in the RA TXTFILES dir, you would modify the code to read:
- @NEWTEXT@WARNING.ASC|, if it's not in your txtfile dir, be sure to include
- the full path. Full path should be given with the EXECUTE code too.
-
- Make sure you eliminat the < and > too!!
-
- The Pause's and Beeps can be combined to create a longer value that those
- given, for a 10 second pause just insert two @PAUSE5@ codes.
-
- <eof CODES.REF>
-
-