SetTaskStep Example

 

This example sets step 2 to display a message box with the text 典his is AutoMate剩, overwriting whatever the contents of step 2 was before.

 

Sub Main

 CurrentTask2.SetTaskStep (1, 溺ESSAGE: + Chr$(13) + This is AutoMate. + Chr$(13) + ,1

End Sub