Hello fellows,
Let's say I have a function that includes a variable as follows:
opendoc = Open(<doc_name>, openParams, openReturnParams); |
I'd like to use opendoc in another function to import file formats from a file into opendoc.
Is there a way to make opendoc global and accessible from another function?
Thank you for your responses in advance!