"was" command


Closed Thread
Results 1 to 3 of 3

Thread: "was" command

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default Re: "was" command

    Maybe an edge triggered interrupt is what you need?

    Ioannis

  2. #2
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default Re: "was" command

    Code:
    If is <> was Then
      was = is
      If is = 1 Then
        go do something
      EndIf
    EndIf

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts