home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / printer / idea35_1 / english / testtext / test_tab.txt < prev    next >
Text File  |  1992-09-23  |  601b  |  15 lines

  1. IdeaList looks for a special code sequence at the end of a text defineing the
  2. tabulator width.
  3.  
  4. These code is as follows:
  5. The last four bytes of a text are Cr-Tab-Cr-Tab and before that there is a
  6. number of tabs, that defines the tab width. 
  7. For instance this text is coded to use a tab width of 5, as the last bytes
  8. are Tab-Tab-Tab-Tab-Tab-Cr-Tab-Cr-Tab.
  9.  
  10. The evidence:
  11. 1234567890123456789012345678901
  12.     6    1    6    1    6    1 (here with tabs of 5 before every digit)
  13.      6    1    6    1    6    1 (here only with blanks)
  14.  
  15. Don't forget to reset the tab width to the old value after that.