Login

email address:

password:

Products

Development Software

Open Source Software

Pyxis Boards

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

Reference Home