I am using sendemail based on Nettalk example. In the example it says that the SendEmail procedure can be STARTed as the parameters are passed as a group. However I get compile errors when I compile if I try and STArt it.
SendEmail(email) works fine
But, START(SendEmail, 25000, email) gives compile errors