About Lesson
Variable Watch Window
To launch the window, follow the below menu option:
Window >> Variable Watch Window…
This window displays the following things:
- Variables state
- Stack
Variables state
This window displays the flowchart variables and the values stored in the variables.
Sample screenshot of the window:
StackĀ
Stack is a LIFO data structure. LIFO stands for Last-In-First-Out. This data structure stored the function call records. We will cover this in the Expert course.Ā
Join the conversation