unzip-bot icon indicating copy to clipboard operation
unzip-bot copied to clipboard

[BUG] Issue with local/global variables

Open EDM115 opened this issue 1 year ago • 0 comments

A ton of actions can't be performed either because global variables overlap or because local variables have been declared outside of their usage spectrum and so can't be used.
ex : download from url and get the error cannot access local variable 'location' where it is not associated with a value

EDM115 avatar Aug 07 '24 20:08 EDM115