SoftCP函数

用于返回SoftCP动作模式的状态。

格式
SoftCP

返回值

  • 0 = SoftCP动作模式OFF
  • 1 = SoftCP动作模式ON

参阅
SoftCP

SoftCP函数使用示例

If SoftCP = Off Then
    Print "SoftCP is off"
EndIf