The following example will append a step to the current task that displays a message box with the words ôThis is AutoMateÖ.ö and make it pop to the front.
Sub Main
CurrentTask2.AppendTaskStep (ôMESSAGE: ô + Chr$(13) + ô This is AutoMateÖ. ô + Chr$(13) + ô,1ö
End Sub