danstl
16 years agoVisitor
some questions - having some issues following the examples..
OK, I have read through the docs, and looked at the examples, and have a couple questions.
It appears that all the brs files in the source directory get compiled at once, so you can seperate your functions into ANY brs file and you do not make a "call" or "include" for those brs files directly, but just the functions? So you can have your brs files seperated based on functionality, or any way you want to organize your app?
Does it matter what brs you call the Sub Main() ?
Do you have any more details on these examples - it is very hard to follow the code because one file may call a function from another file but there is no comment that states what file that function is in... Or is this just the fun of working with these examples? 🙂
I will have more questions im sure - thanks in advance.
-Dan
It appears that all the brs files in the source directory get compiled at once, so you can seperate your functions into ANY brs file and you do not make a "call" or "include" for those brs files directly, but just the functions? So you can have your brs files seperated based on functionality, or any way you want to organize your app?
Does it matter what brs you call the Sub Main() ?
Do you have any more details on these examples - it is very hard to follow the code because one file may call a function from another file but there is no comment that states what file that function is in... Or is this just the fun of working with these examples? 🙂
I will have more questions im sure - thanks in advance.
-Dan