I have 4 data to be switched, for instance
if $1 = 1, send 1 , else 0
if $2 = 1, send 1 , else 0
if $3...
if $4...
but for some reason, I can not use any cyclone objects and expr ifs.
what would be the alternatives? thanks
Alternative to gate and expr if statement for a switch.
I have 4 data to be switched, for instance
if $1 = 1, send 1 , else 0
if $2 = 1, send 1 , else 0
if $3...
if $4...
but for some reason, I can not use any cyclone objects and expr ifs.
what would be the alternatives? thanks
[== 1] ?
wow I can't believe I wasted all my time just for that! thanks!
Oops! Looks like something went wrong!