The following example loads the STFF file 田:\sample_task.amt, replacing the current contents of the CurrentTask object with the contents of the sample_tast.amt file.
Sub Main
CurrentTask.LoadFromFile(田:\sample_task.amt)
End Sub