Search found 1 match
- Sat Apr 21, 2007 10:18 pm
- Forum: Flowcode V2 & V3
- Topic: using #define constants in Decision and Calculation
- Replies: 2
- Views: 4041
using #define constants in Decision and Calculation
Hi I've got "#define ALARM_DEBOUNCE 90" defined in the supplementary code Definitions and function declarations and I want to use ALARM_DEBOUNCE in a Calculation component as: AlarmTimer = ALARM_DEBOUNCE Similarly I want to use it in a Decision component: if AlarmTimer = ALARM_TIMEOUT This...