Please enable JavaScript to view this site.

ESL Documentation

Like constants, a variable is a named entity that holds a data value. You can define the names, types, and initial values of the variables that you will use in your programs. Unlike constants, however, the values of variables can be changed during execution.

Defining Variables

Initializing Variables

Referencing Variables

Global, Application and Local Variables

Finding the Length of a String Variable