SaveToFile Example

 

The following example saves the task contents of the CurrentTask object to a STFF file named ôc:\my_task.amtö. The task can then be imported to another AutoMateÖ installation.

 

Sub Main

 CurrentTask.SaveToFile(ôc:\my_task.amtö)

End Sub