quote:
Originally posted by Malekith
Sorry, i havtn done any coding in a while? so if i do var Wnd; outside the function and then just do Wnd = XXX; inside the function, it should make it global?
yeah, just move var Wnd thts all then you can treat it as if it were a local one. (except for when you close it)