Exporting code/copying code/ code management

If you intention is to post all your code (which distributed in different tabs) here in the forum, my recommendation is not to do that. You will lose structure and it will make the code hard to read, hence less appealing for anyone o help. I can see two purpose for you to post all your code here: you are looking for help or you are sharing your work. For the former, you should provide a MCVE instead of providing all the code.

In any case, a better alternative for your case would be to post your code in an online repo like github. Anybody will be able to check your code directly in github and then could clone it into their local machine to run it. This is the best option as this would keep the integrity of your code structure and this will guarantee to run in any PDE.

Kf

1 Like