I want to pass two parameters simultaneously instead of one
fan.motornumber.direction = MotorNumber.Two.Direction.Right
and not
fan.motornumber= MotorNumber.Two
t
thymecypher
07/31/2018, 2:10 AM
You can't assign two values with one statement like that.
thymecypher
07/31/2018, 2:10 AM
There are lengthy ways but I wouldn't recommend them.