hi,deanus..
i already test the program you make for me..it work very well. :D but i have problem again about:
exits the loop.
'Wait for Coin(low) or End of Wait Time
While Coinip = 1
If Coinip = 0 Then Goto Here
If Waitcounter = 0 Then Goto Nogo
Wend
in this moment i cannot choose 1coin in or 2coin in.because:
exits the loop.
'Wait for Coin(low) or End of Wait Time
While Coinip = 1
If Coinip = 0 Then Goto Here 'in this moment coinip just get 1time 0 and then sofware directly goes down..
..how can i get coinip get 2time 0 or 3time 0 and then software go down n we can
choose the coinip n select case in the same time
If Waitcounter = 0 Then Goto Nogo
Wend
thank you.. :D
↧