Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

PBASIC multiple source files

windozeuser

Member
Hello board,

I'm beginning a simple robot I built from trash. I'm starting to write code for it, but does anyone know if the BASIC Stamp Editor can use multiple source files. I would like to keep everything modular like in C.

Thanks
 
windozeuser said:
Hello board,

I'm beginning a simple robot I built from trash. I'm starting to write code for it, but does anyone know if the BASIC Stamp Editor can use multiple source files. I would like to keep everything modular like in C.

Thanks

No, not in a "Modular" sense.

On the BS2P and above, multiple files can be loaded into different "PROGRAM SLOTS" - but they run independently - i.e. you "jump" to a slot from another one, but then the slot you go to has exclusive control.
 

Latest threads

Back
Top