MemOff Method

Description
Turns off the specified bit of the S/W memory I/O.

Syntax
Sub MemOff (BitNumber As Integer)
Sub MemOff (Label As String)

Parameters

  • BitNumber
    An integer expression indicating the memory I/O bit
  • Label
    A string expression indicating the memory I/O bit label.

See Also
In Method, InBCD Method, MemOut Method, MemSw Method, Sw Method, Off Method, On Method, Oport Method

MemOff Example
VB Example:

m_spel.MemOff(500)  

C# Example:

m_spel.MemOff(500);