FindPos函数

用于在执行动作命令过程中通过Find返回保存的坐标。

格式
FindPos

返回值
用于在执行动作命令过程中通过Find返回保存的坐标。

参阅
Find、Go、Jump、PosFound、CurPos、InPos

FindPos函数使用示例

Find Sw(5) = On
Go P10 Find
If PosFound Then
    Go FindPos
Else
    Print "Cannot find the sensor signal."
EndIf