Home
Up
 

INTERMEDIATE

The main topics in this section are:

bulletScope of a variable
bulletPassing parameters between forms
bulletUser defined Functions
bulletUser defined Subprograms
bulletMenu Editor
bulletHelp

Scope:

This means where do we declare a variable and where can we use it.

Passing parameters between forms:

We declare the form name and then use the dot notation. Suppose you have two forms named Form1 and Form2