<< Prev        Next >>

ID : 6592

Entry Point

To execute a task from a different task, designate the task name. The executed program file executes the main procedure in the file. Such main procedure is called an entry point of the task.

To start a program file, there must be an entry point in the program file.

A program file without any entry point cannot be executed as a task.

A main procedure must be a Sub procedure.

ID : 6592

<< Prev        Next >>