SoftCP函數

用於傳回SoftCP動作模式的狀態。

格式
SoftCP

傳回值

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

參照
SoftCP

SoftCP函數範例

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