This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
axx_file_control_codes [2021/10/26 10:42] – created admin | axx_file_control_codes [2023/06/21 12:11] (current) – admin | ||
---|---|---|---|
Line 22: | Line 22: | ||
87 | 87 | ||
+ | | ||
┌───────┬──────┬──────────────────────────────────────────────────┐ | ┌───────┬──────┬──────────────────────────────────────────────────┐ | ||
│ ASCII │ CODE │ DESCRIPTION | │ ASCII │ CODE │ DESCRIPTION | ||
Line 73: | Line 73: | ||
06-59 | 06-59 | ||
+ | | ||
┌───────┬──────┬──────────────────────────────────────────────────┐ | ┌───────┬──────┬──────────────────────────────────────────────────┐ | ||
│ ASCII │ CODE │ | │ ASCII │ CODE │ | ||
Line 110: | Line 111: | ||
Eg. ^K@@@@@@@@@@@@@@@@@@@@@@@B | Eg. ^K@@@@@@@@@@@@@@@@@@@@@@@B | ||
- | ^^^^^^^^^^^^^^^^^^^^^^^ | + | |
- | | + | |
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 ' | 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 ' | ||
Line 117: | Line 118: | ||
An example of a textfile using the control codes: (the ' | An example of a textfile using the control codes: (the ' | ||
- | ┌───────────┐ | + | |
- | │ Some Info │ | + | │ Some Info │ |
- | | + | └───┬───────┴───────────────────────────────────────────────────┐ |
- | | + | │ Your full name..... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A |
- | | + | │ Calling from....... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@B |
- | | + | │ Last called........ ^@@@@@@@@@F at ^@@@@@@G |
- | | + | │ Level.............. ^#### |
- | | + | │ Number of calls.... ^#### |
- | | + | ├──────────────────────────────┬────────────────────────────┤ |
- | | + | │ Kb downloaded...... ^@@@@TK |
- | | + | │ # downloads........ ^#### |
- | | + | ├──────────────────────────────┴────────────────────────────┤ |
- | | + | │ Messages posted.... ^#### |
- | | + | │ Your flags......... ^@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H |
- | | + | ├─────────────────┐ |
- | | + | │ ANSI ^#X ├─────────────────────────────────────────┘ |
- | | + | │ Clearscreen ^#Z │ |
- | | + | │ More prompt ^#Y │ |
- | | + | │ Editor |
- | | + | └─────────────────┘ |