<< Prev        Next >>

ID : 201

Hold

Function

To hold execution of the own task.

Syntax

Hold

Description

Execution of the own task is held.

Attention

-

Example

'!TITLE "Program execution suspend"

Sub Sample_Hold

  Move P, P[0],Next
  If IO[128] = 1 Then
    Hold
  End If

End Sub

ID : 201

<< Prev        Next >>