CompuServe Thread

textin.lsp

2 messages in this thread
#21961From: Training [ADESK]Apr 18, 1988 12:17 PM
Theodor — Craig is correct in pointing out that, if you have used a word processor to edit the SDF file created by the ATTEXT command, then it is quite possible that the word processor has inserted "high ASCII" characters in the file. These characters will appear somewhat bizarre when read in with the TEXTIN.LSP routine, which should only be used with straight ASCII files. The columns aren't lining up correctly? Probably because you are using a proportional text font in AutoCAD, rather than a monospaced font. Create a new STYLE that uses the text font MONOTXT, and see if using that font helps the columns line up. In MONOTXT, each character is assigned exactly the same horizontal distance, so theoretically everything should line up properly. — Brad ..
#22059From: theodor grossmanApr 20, 1988 9:22 PM
Brad and Steve: thanks for your replies…I figured the control characters out myself after a little further thought. The monotext suggestion is one which I will implement as soon as I logoff! Thanks. Tag Grossman