Forum Discussion
AlexKaras
13 years agoCommunity Hero
Hi,
What about
if (not ((value >= data1) and (value <= data2))) then
Log.Error('Value not in a range');
?
What about
if (not ((value >= data1) and (value <= data2))) then
Log.Error('Value not in a range');
?