LoadFromFile Example

 

The following example loads the STFF file ôc:\sample_task.amtö, replacing the current contents of the CurrentTask object with the contents of the sample_tast.amt file.

 

Sub Main

 CurrentTask.LoadFromFile(ôc:\sample_task.amtö)

End Sub