M
Maitre Bart
I have 2 objects (mc:Controller and timer1:Timer) where Controller
sends a message (procedure call) to Timer.
The procedure call is: wakeUpIn(7.4,mc)
The message is displayed as: wakeUpIn:=wakeUpIn(7.4,mc)
Is there a way to get rid of the first part (wakeUpIn:=) in order just
"wakeUpIn(7.4,mc)" is displayed?
sends a message (procedure call) to Timer.
The procedure call is: wakeUpIn(7.4,mc)
The message is displayed as: wakeUpIn:=wakeUpIn(7.4,mc)
Is there a way to get rid of the first part (wakeUpIn:=) in order just
"wakeUpIn(7.4,mc)" is displayed?