SetTaskStep Example

 

This example sets step 2 to display a message box with the text ôThis is AutoMateÖö, overwriting whatever the contents of step 2 was before.

 

Sub Main

 CurrentTask2.SetTaskStep (1, ôMESSAGE: ô + Chr$(13) + ô This is AutoMateÖ. ô + Chr$(13) + ô,1ö

End Sub