January 21, 200620 yr I'm trying to make a rotary switch using 10 pics of the gauge. When I try to run it, it will rotate the guage up to 10 and Back to 0 but I can't for the life of me get it to go from PICTURE_9.BMP to PICTURE_0.bmp If it was VB6 no problem If PIC_NUMBER = "9" Then PIC_NUMBER = "0" End If If PIC_NUMBER = "0" Then PIC_NUMBER = "9" End IfThis is the click events I have that work up to 9 and back to 0I need help getting my variable PIC_NUMBER from 9 back to 0 in the click event. I'm using 9 cases to change the BMPs of the switch.(L:PIC_NUMBER, number) - 1 (>L:PIC_NUMBER, number) (L:PIC_NUMBER, number) + 1 (>L:PIC_NUMBER, number) Thanks, Cal
January 21, 200620 yr Author Moderator Maybe?(L:PIC_NUMBER, number) 0 < if{ 9 (>L:PIC_NUMBER,number } els{ (L:PIC_NUMBER, number) - 1 (>L:PIC_NUMBER,number) }(L:PIC_NUMBER, number) 9 > if{ 0 (>L:PIC_NUMBER,number } els{ (L:PIC_NUMBER, number) + 1 (>L:PIC_NUMBER,number) } Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
Create an account or sign in to comment