]]>2016-09-01T02:30:34+02:002016-09-01T02:30:34+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35736#p35736Statistics: Posted by shawnb — 01 Sep 2016, 02:30
]]>
2016-08-30T00:13:32+02:002016-08-30T00:13:32+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35729#p35729 I kept running into this on many times and couldnt figure out why...lol Glad finally figured out, makes life easier when scripting.
-s
Statistics: Posted by sephult — 30 Aug 2016, 00:13
]]>2016-08-28T22:40:53+02:002016-08-28T22:40:53+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35718#p35718 if ((value > 12)and(value < 24)) then begin
I've learned that this gives more consistent results.
because the boolean is assumed and doesn't need to be defined for the condition.
-s
Statistics: Posted by sephult — 28 Aug 2016, 18:31
]]>2016-08-28T18:28:30+02:002016-08-28T18:28:30+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35716#p35716 I was wondering if anyone else found issues when trying logical expressions like "and" , "or" ?
Example: if (value > 12)and(value < 24) = true then begin
I can't seem to figure out why I keep running into problems and it will not enter my condition. Any guesses?
-s
Statistics: Posted by sephult — 28 Aug 2016, 18:28
]]>2016-09-01T02:30:34+02:002016-09-01T02:30:34+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35736#p35736Statistics: Posted by shawnb — 01 Sep 2016, 02:30
]]>2016-08-30T00:13:32+02:002016-08-30T00:13:32+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35729#p35729 I kept running into this on many times and couldnt figure out why...lol Glad finally figured out, makes life easier when scripting.
-s
Statistics: Posted by sephult — 30 Aug 2016, 00:13
]]>2016-08-28T22:40:53+02:002016-08-28T22:40:53+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35718#p35718 if ((value > 12)and(value < 24)) then begin
I've learned that this gives more consistent results.
because the boolean is assumed and doesn't need to be defined for the condition.
-s
Statistics: Posted by sephult — 28 Aug 2016, 18:31
]]>2016-08-28T18:28:30+02:002016-08-28T18:28:30+02:00https://brainmodular.org/forums/viewtopic.php?t=5496&p=35716#p35716 I was wondering if anyone else found issues when trying logical expressions like "and" , "or" ?
Example: if (value > 12)and(value < 24) = true then begin
I can't seem to figure out why I keep running into problems and it will not enter my condition. Any guesses?
-s
Statistics: Posted by sephult — 28 Aug 2016, 18:28