Sequence.HasMismatchedBlocks
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
Sequence.HasMismatchedBlocks
Syntax
Sequence.HasMismatchedBlocks
Data Type
Purpose
If this property is True , the sequence contains steps that define block structure and the steps are not properly matched. For example, this property is True if a sequence contains a For step without a corresponding End step.
Note
A sequence with mismatched blocks cannot execute.