10-10-2011 07:12 AM
Hi everyone.
Thanks for your help. In the end I have managed to solve it using parallel while loops and global variables.
Cheers,
Gabriel
10-10-2011 09:22 AM
@gabrielcasano wrote:
Hi everyone.
Thanks for your help. In the end I have managed to solve it using parallel while loops and global variables.
Cheers,
Gabriel
While this may be working for you now you really should take some time to learn about queues, notifiers and user events. All of these are far more realiable than global variables. Global variables are a poor choice in application design. There are countless posts and threads here on the forums that can describe the many problems with global variables.