Case
(Redirected from Event Instruction 06)
Jump to navigation
Jump to search
Contents
{06} Case
Case(xVALU)
If the assigned Value matches the value of the variable specified in the previous {05} Switch instruction, then it executes the code below until it encounters a {08} Break or {09} EndSwitch.
Otherwise, it will attempt the {06} Case instructions.
See also: {05} Switch ― {07} Default ― {08} Break ― {09} EndSwitch
Value : Half-Word (hex)
Value to use as a comparison for the previously specified Variable ID.