LCD menu


Closed Thread
Results 1 to 5 of 5

Thread: LCD menu

Hybrid View

  1. #1
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Might try the following:

    Code:
    If (option = 1) AND (!set_butt) Then goto vivs
    If (option = 2) AND (!set_butt) Then goto start
    If (option = 3) AND (!set_butt) Then goto stop

  2. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Code:
    If option = 1 Then
    If set_butt = 0 Then goto vivs
    endif
    This will take less code space and will work.

    Al.
    All progress began with an idea

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