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 (ôMESSAGE: ô + Chr$(13) + ôThis is a step.ö + Chr$(13) + ô, 1ö)

End Sub