So, some of you may know about my plan to make a conversation editor a while ago. But considering that INI's have a limit (and I don't like limits), I thought about making a massive text-based editor. With the tokens object, and clever use of the Left$ expression, it should be possible... but I've come into a few problems....
1. How do I move up or down a line in either the edit or RTF object?
2. If 1 isn't possible, then, if I used the list object, would it be possible to save everything in it externally?
3. Is it possible to make something go down a line? You know, something like a character replacing the Enter key...
4. Are there any extensions that would make all these line & external saving stuff easier?
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
27th June, 2003 at 23:42:04 -
1. Use the Rich Edit object.
2. Yes - Save list action.
3. Rich edit again.