Question
label should display different text for every 5 seconds
I have a label and I want to display different text for every 5 seconds to the same label. like "a" then after 5 seconds "b" then after 5 seconds "c".....is there any way to accomplish the task. I tried using setinterval but didn't work.

