Variables:
The Convertabase Package supports run-time variables. These variable allow us to alter the way the objects behave.

Variables inside of packages have the following properties:
  1. Once created, Variables exist until the package completes.
  2. All Variables are strings.
  3. Numbers can be stored in strings.
  4. Variables can be preset with Parameter files.
  5. Variables in the properties of an object begin with "<" and end with ">".
  6. You can have as many variables as you want in a package.
Variables being used in an object must be listed in the 'variables used' property of the object.

The SQL select can select data from the database into variables.