crazy
Anyone have the real email for the author? I need some changes made hehe. shocked

While we're here, anyone know why read has limitations that write does not?

What I mean is I'm using write commands to delete / modify lines 2,000+ lines deep in a file. If I do a read(file.txt, w, *text*) it will go 2,000+ lines deep as well.

However, if I do a read(file.txt, 1500) it fails. In fact, if I specify anything over 1500 it fails. *sigh* Why?

Back to the listbox thing, would I have to hack the DLL to accomplish this? Not that I can, just curious if I should start taking C classes now to make my own IRC so my script will work the way I want. mad