Mitsubishi Electric CR750-Q Instruction Manual page 307

Cr750/cr751/cr760 series
Hide thumbs Also See for CR750-Q:
Table of Contents

Advertisement

[Explanation]
(1) If the condition matches one of the Case items, the process will be executed until the next Case, Default
or End Select. If the case does not match with any of the Case items but Default is described, that block
will be executed.
(2) If there is no Default, the program will jump to the step after EndSelect without processing.
(3) The Select Case and End Select statements must always correspond. If a GoTo instruction forces the
program to jump out from a Case block of the Select Case statement, the free memory available for
control structure (stack memory) decreases. Thus, if a program is executed continuously, an error will
eventually occur.
(4) If an End Select statement that does not correspond to Select Case is executed, an execution error will
occur.
(5) It is possible to write While-WEnd and For-Next within a Case block.
(6) Use "Case IS", when using the comparison operators (<, =, >, etc.) for the "<Expression>".
Detailed explanation of command words 4-287
4MELFA-BASIC V

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cr750Cr751-qCr751-dCr760-dCr760-qCr750-d

Table of Contents