How do I put these 2 on the same line? They are to be run inside an Mcode.
!IF \21=GET STAGE 1 THEN[GetStage1]
!IF \21=GET STAGE 2 THEN[GetStage2]
Nothing I do seems to work.. ELSEIF, ELSE IF, ORIF, OR IF, bla bla bla..
When I put them on the same line, only the first IF statement will run... I can not get the 2nd one to work..
They work fine if they are on different lines.
Thanks for the help with all my quesitons..

Murphy