Forum Discussion
hooleylist
Oct 03, 2011Cirrostratus
I think you'd want to use a local variable instead of a global. A global variable would be read and changed by any connection. So you'd have conflicts if multiple client connections occur at the same time.
Aaron