Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Foldertype "Application"
#2
This feature was added when QM still did not support thread variables, and now is not very useful. The main benefit was that you can use local variables of the main function in all functions of that app. You don't need global variables. These local variables are like global for your app, but not visible outside the app folder. Also, easier to debug functions, because when you click the Run button, always runs the main function, even if other function is opened.

Classes also is good way to have private data.

Quote:And i intend to have member functions for member functions of the main class if at all possible...
:?: Confusedhock:

Quote:Im sory to take so much time from you all the time, but i like to think this all also helps other users and potential users of QM to more understand posibilities and usages.

Yes, it helps others too. And helps me too Smile .


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)