I have a button with multiple functions but when I press it, it doesn work properly. What is going on?
When you want to have multiple commands in one Button widget (setting more than one byte variable, for example) there are two ways of separating the commands. A comma will make the commands fire off at the same time, while a semicolon will have each successive press of the button do the next command. You can also mix in both to fire off several sequences of multiple commands with the same button. This is true for any widget with an HREF parameter, as well as the META tag’s URL parameter.
Related Questions
- When I press the Play button on the toolbar AudioMulch makes sound, but when I press the Stop button, the sound keeps on going. Is this a bug?
- I have a button with multiple functions but when I press it, it doesn work properly. What is going on?
- What happens if I press the VOTE button before going to the last page of the ballot?