RE: Name Unresolved & Deleted Object Reference
Hi, I'm basically trying to access a variable that's been created within a function. I'm trying to print that variable outside of the function but keep getting name unresolved / deleted reference 'Glue' errors. I basically have a function for a button which creates a new window and stores the value of lf inside that function and window creation. I want to be able to print the value of lf but I'm n...