Not Logged In

Click To Login

submain

— Guide home

sub main()

The main() sub is called when the application starts, and is required for all applications.

Example:
sub main()
// write code here
end sub