Separate files
Posted: Thu Nov 17, 2011 3:47 am
So, other languages have different classes..
Like separating different functions of a program into different files/partitions.
Is there a way to do this in PB?
Is it just the X/IncludeFile call?
What happens with variable scope?
If you include different files into the main project file, can each file have a same-name but separate variable?
Like separating different functions of a program into different files/partitions.
Is there a way to do this in PB?
Is it just the X/IncludeFile call?
What happens with variable scope?
If you include different files into the main project file, can each file have a same-name but separate variable?