Reply To: basic help needed with formatting message of a button

Home Forums General Programming basic help needed with formatting message of a button Reply To: basic help needed with formatting message of a button

#53021
Puppeteer
Participant
    • Topics: 16
    • Replies: 185
    • Total: 201
    • ★★

    As Dasfaker is written it will output the correct values, but the display in the button will cycle through 0,1,2.

    To make it cycle through 1,2,4 and output the correct values put this in the uiButtonContent Box

    1=1
    2=2
    4=4

    or you could do something like

    Lopass = 1
    Hipass = 2
    Bandpass = 4

    The expression before the equals sign is what is displayed. The value after the equals sign is what is output.

    • This reply was modified 8 years, 9 months ago by Puppeteer.

    The Puppeteer
    http://godlike.com.au

    Ctrlr