Message 1 of 10
How to read last (let's say) 10 lines in command line using vb net

Not applicable
10-19-2010
07:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there. I know How to write to command line in Autocad using vb net.
for example following command write to command line :
DocumentManager.MdiActiveDocument.Editor.WriteMessage(vbNewLine &
"Hello World!" & vbNewLine)
Now my Question is ,how I can read last 10 lines in command line and put them in a variable for later use?
Thanks for any suggestion.