Is there a way to import code? - SOLVED
pwiecek
Posts: 21
Is there a way to export blocks and import them to another program?
Comments
From there, you can download SimpleIDE files - in C, or BlocklyProp block files.
In new or other programs, you can open the same menu, and choose the Upload blocks, the following dialog will appear.
Choose the block file you wish to upload and you can replace all the code in your current program or append the blocks to your code.
This feature is documented here - https://learn.parallax.com/tutorials/language/blocklyprop/getting-started-blocklyprop/more-blocklyprop-features along with lots of other great stuff.
Thanks Whit.