Name Unresolved Error: Name Unresolved: lf in access or evaluation of 'lf' , lf
Hi,I have a variable called lf, (lf = ListF << Get Items, where ListF is a list of items). I define ListF within a function that contains a button box. In the function for that button box, which is defined after the function where ListF is defined, I set lf = ListF << GetItems. I can access the lf variable inside the functions but after the functions, when I write print(lf); it gives me this name...
uwe_hiss