ASCII Editor Info: #05 "line form" files
+--------------------------------------+
- file type: ANSI
- extension: *.tf
- directory: what you want (Samples: ..\Other)
Format:
LINE: FUNCTION:
1 ignored
2 Start position X (col.)
3 ignored
4 Start position Y (row)
5... Data
The data file is a ANSI "line" with the character "§" (ord=167). The "§" is
replaced by a text starting at position (X,Y). Please open one of the sample
files to see the structure:
- line size must be one character
- line be not allowed to cross or break
Samples:
+---------------+--------------+
| WRONG | RIGHT |
|---------------|--------------+
| §§ | § |
| §§ | § |
| §§§§§§§ | § |
| §§§§§§§ | §§§§§ |
|---------------|--------------+
| § | § |
| §§§§ | §§§§ § |
| § | § § |
| § | §§ |
|---------------|--------------+
| § | § |
| | § |
| § | § |
| § | § |
+---------------+--------------+
If you create your own files, I would be very happy if you send me a copy of them.