Hi, i have a few quick questions, if anyone knows that would be great.
Is there any way to limit the size of the rich edit object? Like you can with the edit box
-----------------
Is it possible to send the text from 1 rich edit to another in realtime at the runtime?
If i try the has been modified event for the one i want to copy to another it always adds the string to the second and if i add a only 1 action when event loops it just sends 1 character to it. If i send to a string though it works fine and i don't need to use any restrictions.
-----------------
How do you convert a number to amount of letters? for example if it was 5 and you wanted a A then the string would be AAAAA is there a easy way to do this?
