ProBoard BBS Documentation

The Choice of Professionals

User Tools

Site Tools


axx_file_control_codes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
axx_file_control_codes [2021/10/26 10:42] – created adminaxx_file_control_codes [2023/06/21 12:11] (current) admin
Line 22: Line 22:
     87     ^W    Pauses for 1 second.     87     ^W    Pauses for 1 second.
  
 +   Control-F (^F) is 
   ┌───────┬──────┬──────────────────────────────────────────────────┐   ┌───────┬──────┬──────────────────────────────────────────────────┐
   │ ASCII │ CODE │  DESCRIPTION                                     │   │ ASCII │ CODE │  DESCRIPTION                                     │
Line 73: Line 73:
     06-59   ^F;    Show password, or password character is passwords hidden     06-59   ^F;    Show password, or password character is passwords hidden
  
 +   Control-K (^F) is
   ┌───────┬──────┬──────────────────────────────────────────────────┐   ┌───────┬──────┬──────────────────────────────────────────────────┐
   │ ASCII │ CODE │   DESCRIPTION                                    │   │ ASCII │ CODE │   DESCRIPTION                                    │
Line 110: Line 111:
  
     Eg. ^K@@@@@@@@@@@@@@@@@@@@@@@B     Eg. ^K@@@@@@@@@@@@@@@@@@@@@@@B
-         ^^^^^^^^^^^^^^^^^^^^^^^ +          ^^^^^^^^^^^^^^^^^^^^^^^ 
-               23 X '@'+                 23 X '@'
  
 Thus, the total amount of characters equals 25, the user's name (^KB) will be placed in a 25-character field, left justified. You now can easily draw 'boxes' around this field, without having to worry about the actual length of the user's name. Thus, the total amount of characters equals 25, the user's name (^KB) will be placed in a 25-character field, left justified. You now can easily draw 'boxes' around this field, without having to worry about the actual length of the user's name.
Line 117: Line 118:
 An example of a textfile using the control codes: (the '^' stands for '^F') : An example of a textfile using the control codes: (the '^' stands for '^F') :
  
- ┌───────────┐ +  ┌───────────┐ 
- │ Some Info │ +  │ Some Info │ 
- └───┬───────┴───────────────────────────────────────────────────┐ +  └───┬───────┴───────────────────────────────────────────────────┐ 
-     │ Your full name..... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A    │ +      │ Your full name..... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A    │ 
-     │ Calling from....... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B    │ +      │ Calling from....... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B    │ 
-     │ Last called........ ^@@@@@@@@@F at ^@@@@@@G               │ +      │ Last called........ ^@@@@@@@@@F at ^@@@@@@G               │ 
-     │ Level.............. ^####                               │ +      │ Level.............. ^####                               │ 
-     │ Number of calls.... ^####                               │ +      │ Number of calls.... ^####                               │ 
-     ├──────────────────────────────┬────────────────────────────┤ +      ├──────────────────────────────┬────────────────────────────┤ 
-     │ Kb downloaded...... ^@@@@TK  │ Kb uploaded....... ^####RK │ +      │ Kb downloaded...... ^@@@@TK  │ Kb uploaded....... ^####RK │ 
-     │ # downloads........ ^####  │ # uploads......... ^#### │ +      │ # downloads........ ^####  │ # uploads......... ^#### │ 
-     ├──────────────────────────────┴────────────────────────────┤ +      ├──────────────────────────────┴────────────────────────────┤ 
-     │ Messages posted.... ^####                               │ +      │ Messages posted.... ^####                               │ 
-     │ Your flags......... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H    │ +      │ Your flags......... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H    │ 
-     ├─────────────────┐                                         │ +      ├─────────────────┐                                         │ 
-     │ ANSI        ^#X ├─────────────────────────────────────────┘ +      │ ANSI        ^#X ├─────────────────────────────────────────┘ 
-     │ Clearscreen ^#Z │ +      │ Clearscreen ^#Z │ 
-     │ More prompt ^#Y │ +      │ More prompt ^#Y │ 
-     │ Editor      ^#O │ +      │ Editor      ^#O │ 
-     └─────────────────┘  Press <Enter> to continue.^A+      └─────────────────┘  Press <Enter> to continue.^A
axx_file_control_codes.1635216174.txt.gz · Last modified: 2021/10/26 10:42 by admin