Rory Walsh wrote:
Hi everyone, I was just wondering if there is a way to display what the user is typing into the keyboard in a dynamically expanding string to appear in a message box? By using the set message I can see each seperate char but can I actually put these all together within a message box?
using "add2" (instead of "set") you can append things to your message-box (but you will get spaces between each character; you could then use [list2symbol] (zexy) to merge the list of characters into one symbol)
mfg.ads.r IOhannes