I want to execute a function or a procedure or a block in regular intervals of 60seconds. Do i have to use PS timer for that? let this be my block
MyString = myEditor.Screen-Value.
Message MyString.
//myEditor is my Editor widget in the frame. //My String is a string which i will use to display
I want to repeat this in each 60 seconds.. So that everytime it should display whatever I typed inside the editor.? How can I do this with using PSTimer or without using it?