SlimShady Posted March 21, 2005 Posted March 21, 2005 This is the problem. At the top you have: $ButtonSichern4 = 0 Because of that, it executes logbuch_sichern() on every loop. It executes at least 5 times per second. I fixed it here. What I did: - Replace $ButtonSichern4 = 0 with $ButtonSichern4 = "" - Add new "Case" above "Case $msg = $ButtonSichern4": Case $ButtonSichern4 = "" Logbuch()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now