Please enable JavaScript to view this site.

ESL Documentation

Navigation: ESL Documentation > ESL Programmers Guide > ESL Language Elements > Values

Assigning Values to Variables During Runtime

Scroll Prev Top Next More

You can assign new values to variables during execution by specifying copy, append, or extract from action statements in your ESL program. (Remember that you cannot modify constants.)

 

The copy Action Statement

The append Action Statement

The extract from Action Statement