30.12.2013 Views

Stereo Scan 440 - DCU

Stereo Scan 440 - DCU

Stereo Scan 440 - DCU

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

3-26 Chapter 3 Advanced Operation<br />

While Not Statement<br />

The While Not statement is part of the While construct. If the condition defined<br />

is false then the next instruction in sequence is executed. otherwise execution<br />

continues after the End While statement.<br />

I<br />

End Whlle Statement<br />

The End While statement is part of the While construct. When this function is<br />

executed it resets the statement counter to the corresponding While or While Not<br />

statement. Each While or While Not statement must have one and only one<br />

End While statement.<br />

If Constructs<br />

The If consb"uct allows selection of the appropriate set of instructions based on a<br />

condition. It takes the fonn:-<br />

If (alternatively If Not then)<br />

other statements<br />

optional else<br />

other statements for else clause<br />

End If<br />

H then<br />

The If statement is part of the if construct. If the condition is true execution<br />

continues at the statement after the If. If the condition is false execution<br />

continues after the Else statement if one exists, or after the End If if there is no<br />

Else clause.<br />

If Not then<br />

The If Not statement is part of the if construct. If the condition is false execution<br />

continues at the statement after the If. If the condition is true execution continues<br />

after the Else statement if one exists, or after the End If if there is no Else clause.<br />

Else statement<br />

The Else statement is an optional part of the if construct and is used to indicate<br />

the start of the Else Clause.<br />

End H statement<br />

The End If statement is part of the if construct and identifies the end of the<br />

conditional sequence. Each If or If Not statement must have one and only one<br />

End If statement.<br />

I<br />

I<br />

~<br />

I<br />

<strong>Stereo</strong>scan <strong>440</strong> Operator Manual<br />

~<br />

~

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!