Bought license today to 8.50.
Started new project.
In the 'Starter' and in the 'Main', on every Sub, I put in a Log.
The goal is to watch what happens in the Logs tab on startup.
You can see the Log.Main.Process_Globals starts first.
The docs say this:
You can add a new service named Starter to an existing project and it will be the program entry point.
How can this be?
Log.Main.Process_Globals
Log.Starter.Process_Globals
*** Service (starter) Create ***
Log.Starter.Service_Create
** Service (starter) Start **
Log.Starter.Service_Start
Log.Main.Globals
** Activity (main) Create, isFirst = true **
Log.Main.Activity_Create First Time
** Activity (main) Resume **
Log.Main.Activity_Resume