What are Variables and Constants in Accord?
Quote from Guest on 3 July 2026, 10:00 amI need to use some fixed reference values and some values that change during program execution. What's the difference between Variables and Constants in Accord?
I need to use some fixed reference values and some values that change during program execution. What's the difference between Variables and Constants in Accord?
Quote from Tim S on 3 July 2026, 10:00 amConstants are fixed values used across the model that do not change during operation. Variables are values that can change during program execution. Both can be referenced in comparisons, write operations, and other program components, providing flexible data management within the process model.
Constants are fixed values used across the model that do not change during operation. Variables are values that can change during program execution. Both can be referenced in comparisons, write operations, and other program components, providing flexible data management within the process model.
