Hi, i would like to know if there is a way to order instructions. For example if i want first a procedure to execute entirely before other instructions?
Because i use a clock component, called in a procedure, but there is lag while listview is populated. So i would like to execute first the procedure till the end and after that only populate the listview.
Thanks.