If have have team members with their own computers developing different parts of a VEXcode IQ Blocks program, how can I load each member’s code into one program?
See this thread:
You may be able to copy and paste blocks between files but that isn’t really an officially-supported thing.
Assuming that you don’t need multiple people to edit the code simultaneously, a better thing to do might be to have all work in a single file, which is stored in e.g. a shared Google Drive folder so everyone can access it. Or, if you do want multiple people to be working on different parts of the code simultaneously, have them each work in their own program and then recreate their code in a single “master file” once it works as desired.
1 Like