NIPO ODIN Version 5.17*IF (condition) ... *ELSEPurpose Creates a condition. Syntax
Description The expression will be interpreted and tested for true or false. If the expression is true the commands immediately following the expression will be executed. You may use the command Arguments
Example 1 *IF [ Q6 , 1-5 ] *GOSUB "BRAND" If Q6 is answered with an answer value between 1 and 5 the subroutine BRAND is called. Example 2 *IF [ RAN 3 ] *GOTO 100 The generated values for Example 3 *IF [ Q11 = "PC" ] *GOTO 100 *ELSE *GOTO 200 The condition is true if the answer to question 11 is equal to the text "PC". |
||
|