Multiple Line Output in the Message Box
Posted: Tue Dec 21, 2010 3:29 pm
With the following code
on mouseup
put clickLine ()
put char 6 of the clickline
end mouseup
I tried to get 2 seperate lines of output in the message box (equivalent to what a message window in Lingo used to do), but there is no automatic CR at the end of the first output and the line gets overwritten by the 2nd put statement. I could not find anything in the dictionary, so tried adding return or put return or &return, but nothing worked. Does anyone know the correct procedure?
on mouseup
put clickLine ()
put char 6 of the clickline
end mouseup
I tried to get 2 seperate lines of output in the message box (equivalent to what a message window in Lingo used to do), but there is no automatic CR at the end of the first output and the line gets overwritten by the 2nd put statement. I could not find anything in the dictionary, so tried adding return or put return or &return, but nothing worked. Does anyone know the correct procedure?