SendRawStep Example

 

This example sends a message box step in raw format to the AutoMate Task Service. Note that you must exercise caution when using this approach; AutoMate will not check your syntax, but instead passes the step verbatim to the interpreter for processing.

 

Sub Main

 Action2.SendRawStep (溺ESSAGE: + Chr$(13) + 典his is a step. + Chr$(13) + , 1)

End Sub