I tried to post this as a feature request, but got an error saying basically that you cant enter a request without logging in / signing up.
I am already in overload on passwords and username's so will post here and see what you guys think.
Basicall I get tired of Typing the same code multiple times for "IF" tests.
Code: Select all
If IOCtrl.PortBit(Settings.InSkip1Pos(Xq)) = Value1 Or IOCtrl.PortBit(Settings.InSkip1Pos(Xq)) = Value2 Then .....
To me the best solution to this is:
Code: Select all
If IOCtrl.PortBit(Settings.InSkip1Pos(Xq)) = Value1 Or = Value2 Then .....
Maybe this has been raised before, but it seems such a obvious improvement.
REgards